summaryrefslogtreecommitdiff
path: root/lib/api/templates.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/templates.rb')
-rw-r--r--lib/api/templates.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/templates.rb b/lib/api/templates.rb
index 51f357d9477..f9840007c05 100644
--- a/lib/api/templates.rb
+++ b/lib/api/templates.rb
@@ -24,7 +24,7 @@ module API
end
desc 'Get the list of the available license template' do
- detail 'This feature was introduced in GitLab 8.7.'
+ detail _('This feature was introduced in GitLab 8.7.')
success ::API::Entities::License
end
params do
@@ -41,7 +41,7 @@ module API
end
desc 'Get the text for a specific license' do
- detail 'This feature was introduced in GitLab 8.7.'
+ detail _('This feature was introduced in GitLab 8.7.')
success ::API::Entities::License
end
params do