diff --git a/app/views/account/shared/_navigation.html.erb b/app/views/account/shared/_navigation.html.erb
index 264fd2e55..62ae05f60 100644
--- a/app/views/account/shared/_navigation.html.erb
+++ b/app/views/account/shared/_navigation.html.erb
@@ -47,10 +47,9 @@
diff --git a/app/views/layouts/_account_footer.html.erb b/app/views/layouts/_account_footer.html.erb
index 7952d2a17..856f98e28 100644
--- a/app/views/layouts/_account_footer.html.erb
+++ b/app/views/layouts/_account_footer.html.erb
@@ -2,7 +2,7 @@
diff --git a/app/views/layouts/_account_navbar.html.erb b/app/views/layouts/_account_navbar.html.erb
index 35774f393..ff70a5798 100644
--- a/app/views/layouts/_account_navbar.html.erb
+++ b/app/views/layouts/_account_navbar.html.erb
@@ -68,16 +68,16 @@
- <%= link_to url_for(locale: switch_locale_to), class: "locale-button" do %>
+ <%= link_to url_for(locale: switch_locale_to), class: "locale-button", title: t("switch_language_to", locale: t("#{switch_locale_to}")) do %>
<%= t("#{switch_locale_to}") %>
<% end %>
-
+