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

View file

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