Commit 0a1c9b9b authored by Nick Thomas's avatar Nick Thomas

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

Fix 'loose' typo

Closes #56248

See merge request gitlab-org/gitlab-ce!24330
parents a949043d 3a46e719
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment