diff options
author | Enrique Alcántara <ealcantara@gitlab.com> | 2019-06-06 14:15:39 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-06-06 14:15:39 +0000 |
commit | 940c812d5e3788d86603a87723198842af86efaf (patch) | |
tree | 7bde45b231eba6152aca1f42dd9290b6970812db /qa | |
parent | 431f33fe8e6e6fea2f5bdfcdb1e4543487e885a1 (diff) | |
download | gitlab-ce-940c812d5e3788d86603a87723198842af86efaf.tar.gz |
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.rb | 4 |
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 |