summaryrefslogtreecommitdiff
path: root/app/services/test_hooks/system_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/test_hooks/system_service.rb')
-rw-r--r--app/services/test_hooks/system_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/test_hooks/system_service.rb b/app/services/test_hooks/system_service.rb
index 082830c5538..79f60934037 100644
--- a/app/services/test_hooks/system_service.rb
+++ b/app/services/test_hooks/system_service.rb
@@ -18,7 +18,7 @@ module TestHooks
def merge_requests_events_data
merge_request = MergeRequest.of_projects(current_user.projects.select(:id)).first
- throw(:validation_error, 'Ensure one of your projects has merge requests.') unless merge_request.present?
+ throw(:validation_error, _('Ensure one of your projects has merge requests.')) unless merge_request.present?
merge_request.to_hook_data(current_user)
end