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:
authorRémy Coutable <remy@rymai.me>2018-07-16 12:33:42 +0300
committerRémy Coutable <remy@rymai.me>2018-07-16 12:33:42 +0300
commitf73fb2444985155c5bbec4fc43de9fbfb6710825 (patch)
tree239fa13eacafa3356d245cf0dbdc27a82a9f17d0 /qa
parentbda16c78223cd898f420debd2f025138eafc315a (diff)
parent926ba6e5fab25a1f4aaff18ca6d2a846e502d038 (diff)
Merge branch 'i18n-extract-app/views/doorkeeper' into 'master'
i18n: externalize strings from 'app/views/doorkeeper' See merge request gitlab-org/gitlab-ce!19695
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/main/oauth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/main/oauth.rb b/qa/qa/page/main/oauth.rb
index 6f548148363..618f114e058 100644
--- a/qa/qa/page/main/oauth.rb
+++ b/qa/qa/page/main/oauth.rb
@@ -3,7 +3,7 @@ module QA
module Main
class OAuth < Page::Base
view 'app/views/doorkeeper/authorizations/new.html.haml' do
- element :authorization_button, 'submit_tag "Authorize"'
+ element :authorization_button, 'submit_tag _("Authorize")'
end
def needs_authorization?