summaryrefslogtreecommitdiff
path: root/lib/system_check/app/git_config_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system_check/app/git_config_check.rb')
-rw-r--r--lib/system_check/app/git_config_check.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_check/app/git_config_check.rb b/lib/system_check/app/git_config_check.rb
index 4e8d607096c..b1ca41a193c 100644
--- a/lib/system_check/app/git_config_check.rb
+++ b/lib/system_check/app/git_config_check.rb
@@ -7,7 +7,7 @@ module SystemCheck
'core.autocrlf' => 'input'
}.freeze
- set_name 'Git configured correctly?'
+ set_name _('Git configured correctly?')
def check?
correct_options = OPTIONS.map do |name, value|