UX: Add 'update' to theme error message (#15977)
This commit is contained in:
parent
d2de058ff5
commit
df96374700
|
@ -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}'. <a target='blank' href='%{path}'>Click here</a> to reconfigure or disable."
|
||||
error_caused_by: "Caused by '%{name}'. <a target='blank' href='%{path}'>Click here</a> 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."
|
||||
|
|
Loading…
Reference in New Issue