diff --git a/app/views/devise/menu/_login_items.html.erb b/app/views/devise/menu/_login_items.html.erb
index 55665708a..0ab28e2ee 100644
--- a/app/views/devise/menu/_login_items.html.erb
+++ b/app/views/devise/menu/_login_items.html.erb
@@ -1,6 +1,7 @@
<% if user_signed_in? %>
<%= link_to notifications_path, class: "notifications", accesskey: "n" do %>
+ <%= t("layouts.header.notifications") %>
<% if current_user.notifications_count > 0 %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 05153d714..86e4306a0 100755
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -198,6 +198,7 @@ en:
more_information: More information
my_account_link: My account
my_activity_link: My activity
+ notifications: Notifications
new_notifications:
one: You have a new notification
other: You have %{count} new notifications
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 9391da3bf..e4ffff6c3 100755
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -198,6 +198,7 @@ es:
more_information: Más información
my_account_link: Mi cuenta
my_activity_link: Mi actividad
+ notifications: Notificaciones
new_notifications:
one: Tienes una nueva notificación
other: Tienes %{count} notificaciones nuevas