summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks/push_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/checks/push_check.rb')
-rw-r--r--lib/gitlab/checks/push_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/checks/push_check.rb b/lib/gitlab/checks/push_check.rb
index 91f8d0bdbc8..712f1f99dcd 100644
--- a/lib/gitlab/checks/push_check.rb
+++ b/lib/gitlab/checks/push_check.rb
@@ -4,7 +4,7 @@ module Gitlab
module Checks
class PushCheck < BaseChecker
def validate!
- logger.log_timed("Checking if you are allowed to push...") do
+ logger.log_timed(_("Checking if you are allowed to push...")) do
unless can_push?
raise GitAccess::UnauthorizedError, GitAccess::ERROR_MESSAGES[:push_code]
end