summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/two_factor.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/gitlab/two_factor.rake')
-rw-r--r--lib/tasks/gitlab/two_factor.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/two_factor.rake b/lib/tasks/gitlab/two_factor.rake
index 6b22499a5c8..bd0c5ed5423 100644
--- a/lib/tasks/gitlab/two_factor.rake
+++ b/lib/tasks/gitlab/two_factor.rake
@@ -16,7 +16,7 @@ namespace :gitlab do
puts "Quitting...".color(:red)
end
else
- puts "There are currently no users with 2FA enabled.".color(:yellow)
+ puts _("There are currently no users with 2FA enabled.").color(:yellow)
end
end