Commit 1a64c77b authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch '283891-fix-inconsistent-drag-and-drop-message-in-markdown-and-designs' into 'master'

Resolve "Fix inconsistent drag and drop message in Markdown and Designs"

See merge request gitlab-org/gitlab!61782
parents b8fdefe3 d534a016
...@@ -333,7 +333,7 @@ export default { ...@@ -333,7 +333,7 @@ export default {
ghostClass: 'gl-visibility-hidden', ghostClass: 'gl-visibility-hidden',
}, },
i18n: { i18n: {
dropzoneDescriptionText: __('Drop or %{linkStart}upload%{linkEnd} designs to attach'), dropzoneDescriptionText: __('Drag your designs here or %{linkStart}click to upload%{linkEnd}.'),
}, },
}; };
</script> </script>
......
---
title: Change wording for design management upload
merge_request: 61782
author:
type: other
...@@ -11797,7 +11797,7 @@ msgstr "" ...@@ -11797,7 +11797,7 @@ msgstr ""
msgid "Draft merge requests can't be merged." msgid "Draft merge requests can't be merged."
msgstr "" msgstr ""
msgid "Drop or %{linkStart}upload%{linkEnd} designs to attach" msgid "Drag your designs here or %{linkStart}click to upload%{linkEnd}."
msgstr "" msgstr ""
msgid "Drop or %{linkStart}upload%{linkEnd} file to attach" msgid "Drop or %{linkStart}upload%{linkEnd} file to attach"
......
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