From d6b7e1ed61d8a057f9062e5270f2977aa2e28800 Mon Sep 17 00:00:00 2001 From: Rita Date: Fri, 20 Sep 2024 12:58:23 +0200 Subject: [PATCH] refactor(structure): change reconnecting message --- packages/sanity/src/structure/i18n/resources.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/sanity/src/structure/i18n/resources.ts b/packages/sanity/src/structure/i18n/resources.ts index 453f65e9c4b..063004fd719 100644 --- a/packages/sanity/src/structure/i18n/resources.ts +++ b/packages/sanity/src/structure/i18n/resources.ts @@ -373,7 +373,8 @@ const structureLocaleStrings = defineLocalesResources('structure', { /** The document title shown when document title is "undefined" in operation message */ 'panes.document-operation-results.operation-undefined-title': 'Untitled', /** The title of the reconnecting toast */ - 'panes.document-pane-provider.reconnecting.title': 'Connection lost. Attempting to reconnect…', + 'panes.document-pane-provider.reconnecting.title': + 'Connection lost. Check your internet connection.', /** The loading message for the document not found pane */ 'panes.document-pane.document-not-found.loading': 'Loading document…', /** The text of the document not found pane if the schema is known */