summaryrefslogtreecommitdiff
path: root/lib/api/broadcast_messages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/broadcast_messages.rb')
-rw-r--r--lib/api/broadcast_messages.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/api/broadcast_messages.rb b/lib/api/broadcast_messages.rb
index 19148758fc5..c00971443fd 100644
--- a/lib/api/broadcast_messages.rb
+++ b/lib/api/broadcast_messages.rb
@@ -15,7 +15,7 @@ module API
end
desc 'Get all broadcast messages' do
- detail 'This feature was introduced in GitLab 8.12.'
+ detail _('This feature was introduced in GitLab 8.12.')
success Entities::BroadcastMessage
end
params do
@@ -28,7 +28,7 @@ module API
end
desc 'Create a broadcast message' do
- detail 'This feature was introduced in GitLab 8.12.'
+ detail _('This feature was introduced in GitLab 8.12.')
success Entities::BroadcastMessage
end
params do
@@ -49,7 +49,7 @@ module API
end
desc 'Get a specific broadcast message' do
- detail 'This feature was introduced in GitLab 8.12.'
+ detail _('This feature was introduced in GitLab 8.12.')
success Entities::BroadcastMessage
end
params do
@@ -62,7 +62,7 @@ module API
end
desc 'Update a broadcast message' do
- detail 'This feature was introduced in GitLab 8.12.'
+ detail _('This feature was introduced in GitLab 8.12.')
success Entities::BroadcastMessage
end
params do
@@ -84,7 +84,7 @@ module API
end
desc 'Delete a broadcast message' do
- detail 'This feature was introduced in GitLab 8.12.'
+ detail _('This feature was introduced in GitLab 8.12.')
success Entities::BroadcastMessage
end
params do