Merge branch 'fix-loose-typo' into 'master'

Fix 'loose' typo

Closes #56248

See merge request gitlab-org/gitlab-ce!24330
This commit is contained in:
Nick Thomas 2019-01-24 00:23:19 +00:00
commit 0a1c9b9b34
3 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ export default {
},
},
discardModalText: __(
"You will loose all the unstaged changes you've made in this project. This action cannot be undone.",
"You will lose all the unstaged changes you've made in this project. This action cannot be undone.",
),
};
</script>

View File

@ -72,7 +72,7 @@ export default {
footer-primary-button-variant="danger"
@submit="discardFileChanges(path)"
>
{{ __("You will loose all changes you've made to this file. This action cannot be undone.") }}
{{ __("You will lose all changes you've made to this file. This action cannot be undone.") }}
</gl-modal>
</div>
</template>

View File

@ -8061,10 +8061,10 @@ msgstr ""
msgid "You need to register a two-factor authentication app before you can set up a U2F device."
msgstr ""
msgid "You will loose all changes you've made to this file. This action cannot be undone."
msgid "You will lose all changes you've made to this file. This action cannot be undone."
msgstr ""
msgid "You will loose all the unstaged changes you've made in this project. This action cannot be undone."
msgid "You will lose all the unstaged changes you've made in this project. This action cannot be undone."
msgstr ""
msgid "You will not get any notifications via email"