Commit f0763fb5 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Nicolò Maria Mezzopera

Rename Add Designs button

parent 461d574c
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
variant="success" variant="success"
@click="openFileUpload" @click="openFileUpload"
> >
{{ s__('DesignManagement|Add designs') }} {{ s__('DesignManagement|Upload designs') }}
<gl-loading-icon v-if="isSaving" inline class="ml-1" /> <gl-loading-icon v-if="isSaving" inline class="ml-1" />
</gl-deprecated-button> </gl-deprecated-button>
......
---
title: Rename Add Designs button
merge_request: 33491
author:
type: changed
...@@ -7484,9 +7484,6 @@ msgstr "" ...@@ -7484,9 +7484,6 @@ msgstr ""
msgid "DesignManagement|%{filename} did not change." msgid "DesignManagement|%{filename} did not change."
msgstr "" msgstr ""
msgid "DesignManagement|Add designs"
msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version." msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr "" msgstr ""
...@@ -7571,6 +7568,9 @@ msgstr "" ...@@ -7571,6 +7568,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." 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 "" msgstr ""
msgid "DesignManagement|Upload designs"
msgstr ""
msgid "DesignManagement|Upload skipped." msgid "DesignManagement|Upload skipped."
msgstr "" msgstr ""
......
...@@ -10,7 +10,7 @@ exports[`Design management upload button component renders inverted upload desig ...@@ -10,7 +10,7 @@ exports[`Design management upload button component renders inverted upload desig
variant="success" variant="success"
> >
Add designs Upload designs
<!----> <!---->
</gl-deprecated-button-stub> </gl-deprecated-button-stub>
...@@ -34,7 +34,7 @@ exports[`Design management upload button component renders loading icon 1`] = ` ...@@ -34,7 +34,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
variant="success" variant="success"
> >
Add designs Upload designs
<gl-loading-icon-stub <gl-loading-icon-stub
class="ml-1" class="ml-1"
...@@ -63,7 +63,7 @@ exports[`Design management upload button component renders upload design button ...@@ -63,7 +63,7 @@ exports[`Design management upload button component renders upload design button
variant="success" variant="success"
> >
Add designs Upload designs
<!----> <!---->
</gl-deprecated-button-stub> </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