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