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:
commit
0a1c9b9b34
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue