summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzekiel Kigbo <ekigbo@gitlab.com>2019-07-02 10:13:20 +1000
committerEzekiel Kigbo <ekigbo@gitlab.com>2019-07-02 10:13:20 +1000
commit9050ffee946f9c806cf4cae2c1d450beef704ae4 (patch)
treec50d5b339a41f7ff96b545b3062573a7cf93c09f
parente4c04d159dbdf42a574c99f296b6b09af51a590e (diff)
downloadgitlab-ce-vue-i18n-js-clusters-directory.tar.gz
Inlcude versionLabel in translationvue-i18n-js-clusters-directory
-rw-r--r--app/assets/javascripts/clusters/components/application_row.vue4
-rw-r--r--locale/gitlab.pot6
2 files changed, 4 insertions, 6 deletions
diff --git a/app/assets/javascripts/clusters/components/application_row.vue b/app/assets/javascripts/clusters/components/application_row.vue
index 6a241abe733..cd2121db3b2 100644
--- a/app/assets/javascripts/clusters/components/application_row.vue
+++ b/app/assets/javascripts/clusters/components/application_row.vue
@@ -207,7 +207,7 @@ export default {
return __('Updating');
}
- return __('Updated');
+ return this.updateSuccessful ? __('Updated to') : __('Updated');
},
updateFailureDescription() {
return s__('ClusterIntegration|Update failed. Please check the logs and try again.');
@@ -331,8 +331,6 @@ export default {
class="form-text text-muted label p-0 js-cluster-application-update-details"
>
{{ versionLabel }}
- <span v-if="updateSuccessful">{{ __('to') }}</span>
-
<gl-link
v-if="updateSuccessful"
:href="chartRepo"
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 92e5652a085..c57a974fe11 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -11381,6 +11381,9 @@ msgstr ""
msgid "Updated"
msgstr ""
+msgid "Updated to"
+msgstr ""
+
msgid "Updating"
msgstr ""
@@ -12937,9 +12940,6 @@ msgstr ""
msgid "this document"
msgstr ""
-msgid "to"
-msgstr ""
-
msgid "to list"
msgstr ""