summaryrefslogtreecommitdiff
path: root/lib/tasks/yarn.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/yarn.rake')
-rw-r--r--lib/tasks/yarn.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/yarn.rake b/lib/tasks/yarn.rake
index 2ac88a039e7..1f95f52beaf 100644
--- a/lib/tasks/yarn.rake
+++ b/lib/tasks/yarn.rake
@@ -16,7 +16,7 @@ namespace :yarn do
unless system('yarn check --ignore-engines', out: File::NULL)
warn(
'Error: You have unmet dependencies. (`yarn check` command failed)'.color(:red),
- 'Run `yarn install` to install missing modules.'.color(:green)
+ _('Run `yarn install` to install missing modules.').color(:green)
)
abort
end