Commit e0570708 authored by Tom Quirk's avatar Tom Quirk

Add translation for add comment btn title

parent e3a2a390
......@@ -54,7 +54,7 @@ module NotesHelper
class: 'add-diff-note js-add-diff-note-button',
type: 'submit', name: 'button',
data: diff_view_line_data(line_code, position, line_type),
title: 'Add a comment to this line' do
title: _('Add a comment to this line') do
sprite_icon('comment', size: 12)
end
end
......
......@@ -1215,6 +1215,9 @@ msgstr ""
msgid "Add a bullet list"
msgstr ""
msgid "Add a comment to this line"
msgstr ""
msgid "Add a general comment to this %{noteableDisplayName}."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment