Commit 1002d9df authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch...

Merge branch '211828-placement-of-add-designs-button-could-be-confusing-with-the-addition-of-drag-and-drop' into 'master'

Rename Add Designs button

See merge request gitlab-org/gitlab!33491
parents b810c213 f0763fb5
......@@ -41,7 +41,7 @@ export default {
variant="success"
@click="openFileUpload"
>
{{ s__('DesignManagement|Add designs') }}
{{ s__('DesignManagement|Upload designs') }}
<gl-loading-icon v-if="isSaving" inline class="ml-1" />
</gl-deprecated-button>
......
---
title: Rename Add Designs button
merge_request: 33491
author:
type: changed
......@@ -7487,9 +7487,6 @@ msgstr ""
msgid "DesignManagement|%{filename} did not change."
msgstr ""
msgid "DesignManagement|Add designs"
msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
......@@ -7574,6 +7571,9 @@ msgstr ""
msgid "DesignManagement|To enable design management, you'll need to %{requirements_link_start}meet the requirements%{requirements_link_end}. If you need help, reach out to our %{support_link_start}support team%{support_link_end} for assistance."
msgstr ""
msgid "DesignManagement|Upload designs"
msgstr ""
msgid "DesignManagement|Upload skipped."
msgstr ""
......
......@@ -10,7 +10,7 @@ exports[`Design management upload button component renders inverted upload desig
variant="success"
>
Add designs
Upload designs
<!---->
</gl-deprecated-button-stub>
......@@ -34,7 +34,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
variant="success"
>
Add designs
Upload designs
<gl-loading-icon-stub
class="ml-1"
......@@ -63,7 +63,7 @@ exports[`Design management upload button component renders upload design button
variant="success"
>
Add designs
Upload designs
<!---->
</gl-deprecated-button-stub>
......
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