Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorEnrique Alcántara <ealcantara@gitlab.com>2019-06-06 17:15:39 +0300
committerPhil Hughes <me@iamphill.com>2019-06-06 17:15:39 +0300
commit940c812d5e3788d86603a87723198842af86efaf (patch)
tree7bde45b231eba6152aca1f42dd9290b6970812db /qa
parent431f33fe8e6e6fea2f5bdfcdb1e4543487e885a1 (diff)
Replace upgrade with update
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/operations/kubernetes/show.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/project/operations/kubernetes/show.rb b/qa/qa/page/project/operations/kubernetes/show.rb
index 4096f57b7db..c81e13e9b91 100644
--- a/qa/qa/page/project/operations/kubernetes/show.rb
+++ b/qa/qa/page/project/operations/kubernetes/show.rb
@@ -8,8 +8,8 @@ module QA
class Show < Page::Base
view 'app/assets/javascripts/clusters/components/application_row.vue' do
element :application_row, 'js-cluster-application-row-${this.id}' # rubocop:disable QA/ElementWithPattern
- element :install_button, "s__('ClusterIntegration|Install')" # rubocop:disable QA/ElementWithPattern
- element :installed_button, "s__('ClusterIntegration|Installed')" # rubocop:disable QA/ElementWithPattern
+ element :install_button, "__('Install')" # rubocop:disable QA/ElementWithPattern
+ element :installed_button, "__('Installed')" # rubocop:disable QA/ElementWithPattern
end
view 'app/assets/javascripts/clusters/components/applications.vue' do