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 <noreply@anthropic.com>
pull/599/head
Marcelo Paiva 3 weeks ago
parent c2dae6d10b
commit 16992c6c0a

@ -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: '<b>%{count}</b> documents signed with'

Loading…
Cancel
Save