From 1e0666eca231fab80f0e4a80566fd7e5012331c8 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 6 May 2026 21:36:08 +0200 Subject: [PATCH] Update link text for new account to use translation (#1690) Signed-off-by: Julien Roy --- app/views/accounts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",