summaryrefslogtreecommitdiff
path: root/lib/api/events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/events.rb')
-rw-r--r--lib/api/events.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/events.rb b/lib/api/events.rb
index b98aa9f31e1..6b5b9c44946 100644
--- a/lib/api/events.rb
+++ b/lib/api/events.rb
@@ -33,7 +33,7 @@ module API
allow_access_with_scope :read_user, if: -> (request) { request.get? }
desc "List currently authenticated user's events" do
- detail 'This feature was introduced in GitLab 9.3.'
+ detail _('This feature was introduced in GitLab 9.3.')
success Entities::Event
end
params do
@@ -58,7 +58,7 @@ module API
allow_access_with_scope :read_user, if: -> (request) { request.get? }
desc 'Get the contribution events of a specified user' do
- detail 'This feature was introduced in GitLab 8.13.'
+ detail _('This feature was introduced in GitLab 8.13.')
success Entities::Event
end
params do