Fix i18n string in commit page options dropdown

This commit is contained in:
Balasankar C 2017-07-13 10:28:10 +05:30
parent 3c197e7482
commit 0c75742fbd
No known key found for this signature in database
GPG Key ID: 96EDAB9B2E6B7171
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
%ul.dropdown-menu.dropdown-menu-align-right
%li.visible-xs-block.visible-sm-block
= link_to project_tree_path(@project, @commit) do
_('Browse Files')
#{ _('Browse Files') }
- unless @commit.has_been_reverted?(current_user)
%li.clearfix
= revert_commit_link(@commit, project_commit_path(@project, @commit.id), has_tooltip: false)