From 79635ef2c51091c79186a14c3ab501278ee686fd Mon Sep 17 00:00:00 2001 From: Marcelo Paiva Date: Wed, 25 Feb 2026 10:29:21 -0500 Subject: [PATCH] Add missing preview_of, your_signature, your_initials i18n keys Three translation keys added as part of a11y accessibility work were missing from the locale file: - preview_of: used in submissions/show.html.erb img alt text - your_signature: used in profile/index.html.erb img alt text - your_initials: used in profile/index.html.erb img alt text Co-Authored-By: Claude Sonnet 4.6 --- config/locales/i18n.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/i18n.yml b/config/locales/i18n.yml index 74d5d282..1ff45911 100644 --- a/config/locales/i18n.yml +++ b/config/locales/i18n.yml @@ -323,6 +323,8 @@ en: &en display_your_company_name_and_logo_when_signing_documents: Display your company name and logo when signing documents. profile: Profile signature: Signature + your_signature: Your signature + your_initials: Your initials update_signature: Update Signature unable_to_save_signature: Unable to save signature. signature_has_been_saved: Signature has been saved. @@ -464,6 +466,7 @@ en: &en move: Move moving: moving preview: Preview + preview_of: Preview of upload: Upload clone_template: Clone Template new_document_template: New Document Template