From 16992c6c0af19439c894f9dbb20df8e0f40c2bbe Mon Sep 17 00:00:00 2001 From: Marcelo Paiva Date: Wed, 25 Feb 2026 10:05:42 -0500 Subject: [PATCH] Add missing user_menu i18n key for accessibility navbar label The _navbar.html.erb aria-label uses t('user_menu') but the key was never added to the locale file, causing a MissingTranslationData error in development. Co-Authored-By: Claude Sonnet 4.6 --- config/locales/i18n.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/i18n.yml b/config/locales/i18n.yml index e8675cd5..bb4626cf 100644 --- a/config/locales/i18n.yml +++ b/config/locales/i18n.yml @@ -359,6 +359,7 @@ en: &en console: Console verify_pdf: Verify PDF sign_out: Sign out + user_menu: User menu page_number: 'Page %{number}' powered_by: Powered by count_documents_signed_with_html: '%{count} documents signed with'