diff --git a/app/views/accounts/index.html.erb b/app/views/accounts/index.html.erb
index af9b7e45f..2dcd38118 100644
--- a/app/views/accounts/index.html.erb
+++ b/app/views/accounts/index.html.erb
@@ -9,7 +9,7 @@
frame: :_top
) %>
<%= render DS::Link.new(
- text: "New account",
+ text: t(".new_account"),
href: new_account_path(return_to: accounts_path),
variant: "primary",
icon: "plus",