From d2be282dada5fdc6d7adffccd524c58f381687aa Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 24 Sep 2025 14:25:41 +0100 Subject: [PATCH] Use Close as the button label to close modal alerts The avoids using "OK" as a button label, and aligns with the labelling of the cross in the corner of the modal. --- app/views/layouts/_header.html.erb | 2 +- config/locales/en.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 6c7960a04..fe2552557 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -140,7 +140,7 @@ diff --git a/config/locales/en.yml b/config/locales/en.yml index ed5e646a6..a66e5f135 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1758,7 +1758,6 @@ en: learn_more: "Learn More" more: More header: - ok: OK select_language: Select Language select_language_button: title: Select Language -- 2.39.5