##// END OF EJS Templates
scm: git: use symbol instead of string whether reporting last commit in project setting i18n text (#8365)....
Toshi MARUYAMA -
r5656:4ea8f1637cf0
parent child
Show More
@@ -235,7 +235,7 module RepositoriesHelper
235 235 '<br />' + l(:text_scm_path_encoding_note)) +
236 236 content_tag('p', form.check_box(
237 237 :extra_report_last_commit,
238 :label => l("label_git_report_last_commit")
238 :label => l(:label_git_report_last_commit)
239 239 ))
240 240 end
241 241
General Comments 0
You need to be logged in to leave comments. Login now