diff options
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_repositories.html.erb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/views/settings/_repositories.html.erb b/app/views/settings/_repositories.html.erb index b2c001a9b..760903ea0 100644 --- a/app/views/settings/_repositories.html.erb +++ b/app/views/settings/_repositories.html.erb @@ -118,8 +118,9 @@ ) %> </td> <td class="buttons"> - <%= link_to('', '#', - :class => 'delete-commit-keywords icon-only icon-del') %> + <%= link_to(l(:button_delete), '#', + :class => 'delete-commit-keywords icon-only icon-del', + :title => l(:button_delete)) %> </td> </tr> <% end %> @@ -129,8 +130,9 @@ <td></td> <td></td> <td class="buttons"> - <%= link_to('', '#', - :class => 'add-commit-keywords icon-only icon-add') %> + <%= link_to(l(:button_add), '#', + :class => 'add-commit-keywords icon-only icon-add', + :title => l(:button_add)) %> </td> </tr> </tbody> |