diff options
| author | Rémy Coutable <remy@rymai.me> | 2018-07-16 09:33:42 +0000 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2018-07-16 09:33:42 +0000 |
| commit | f73fb2444985155c5bbec4fc43de9fbfb6710825 (patch) | |
| tree | 239fa13eacafa3356d245cf0dbdc27a82a9f17d0 /qa | |
| parent | bda16c78223cd898f420debd2f025138eafc315a (diff) | |
| parent | 926ba6e5fab25a1f4aaff18ca6d2a846e502d038 (diff) | |
| download | gitlab-ce-f73fb2444985155c5bbec4fc43de9fbfb6710825.tar.gz | |
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.rb | 2 |
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? |
