diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 22e596aa5a61d8e29c6e9d529383ede977d72c87..3b5d52bada4c5976697f845e26e63ab76b717ded 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -38,7 +38,7 @@ = t('.notifications') .span-13.last.left .button.mark_all_read - = link_to "Mark All as Read", "#" + = link_to t('.mark_all_as_read'), "#" .span-24.last %ul.stream.notifications diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 2526317e8444e8f3aad16fa7397cf79366c66d87..c84a00a73324ff14ee601bd5dbc8a38a6ec69cc5 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -201,6 +201,7 @@ en: deleted: 'deleted' index: notifications: "Notifications" + mark_all_as_read: "Mark All as Read" users: edit: export_data: "Export Data"