From 30f6d549df91a41b9290bfb0d98f09ac9112c480 Mon Sep 17 00:00:00 2001 From: Marcelo Paiva Date: Wed, 25 Feb 2026 10:21:58 -0500 Subject: [PATCH] Add missing page and of i18n keys for submit form image alt text The submit_form/show.html.erb uses t('page') and t('of') to build accessible alt text for document page images (e.g. "Page 1 of Contract"). These keys were added as part of a11y work but never added to the locale file. Co-Authored-By: Claude Sonnet 4.6 --- config/locales/i18n.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/i18n.yml b/config/locales/i18n.yml index bb4626cf..74d5d282 100644 --- a/config/locales/i18n.yml +++ b/config/locales/i18n.yml @@ -361,6 +361,8 @@ en: &en sign_out: Sign out user_menu: User menu page_number: 'Page %{number}' + page: Page + of: of powered_by: Powered by count_documents_signed_with_html: '%{count} documents signed with' storage: Storage