diff options
author | Tao Wang <twang2218@gmail.com> | 2018-06-12 19:47:43 +1000 |
---|---|---|
committer | Tao Wang <twang2218@gmail.com> | 2018-07-13 11:48:37 +1000 |
commit | 926ba6e5fab25a1f4aaff18ca6d2a846e502d038 (patch) | |
tree | c7ccaa94f58a535190f159c44e2d4ace27e9ca01 /qa | |
parent | 924146a8d6b158fda1f9cddbdcd8ce957b6baec9 (diff) | |
download | gitlab-ce-926ba6e5fab25a1f4aaff18ca6d2a846e502d038.tar.gz |
i18n: externalize strings from 'app/views/doorkeeper'
Signed-off-by: Tao Wang <twang2218@gmail.com>
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? |