From 05b254e69c74d0b9be29ded15294ed49f874653c Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Sun, 17 Aug 2025 20:55:26 +0100 Subject: [PATCH] Update help text --- src/app/i18n/locale/en-gb.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/i18n/locale/en-gb.ts b/src/app/i18n/locale/en-gb.ts index 808139a..6fbef42 100644 --- a/src/app/i18n/locale/en-gb.ts +++ b/src/app/i18n/locale/en-gb.ts @@ -296,8 +296,8 @@ export const preferences_window = { miscellaneous: { heading: 'Miscellaneous', show_error_alerts: 'Show error alerts', - show_error_alerts_help: 'This will show a popup when an error occurs while loading data. This is useful for debugging, but can be annoying if you are not interested in the errors.', - } + show_error_alerts_help: 'Shows an alert when an error occurs while updating presence. If this is disabled, nxapi will delay updates after errors.', + }, }; export const friend_window = {