From df9637470055238d82a323fba11dd8bf1b2d737c Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 17 Feb 2022 14:21:18 +0000 Subject: [PATCH] UX: Add 'update' to theme error message (#15977) --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 6ed1e901691..95ebcc3e3f3 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -195,7 +195,7 @@ en: themes: default_description: "Default" broken_theme_alert: "Your site may not work because a theme / component has errors." - error_caused_by: "Caused by '%{name}'. Click here to reconfigure or disable." + error_caused_by: "Caused by '%{name}'. Click here to update, reconfigure or disable." only_admins: "(this message is only shown to site administrators)" broken_decorator_alert: "Posts may not display correctly because one of the post content decorators on your site raised an error."