From 6c8c0d4503ea9e06c5fa20ef2e3fb329b58f8149 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 1870ccaf8b1..87e6859a9b0 100644 --- a/packages/sanity/src/structure/i18n/resources.ts +++ b/packages/sanity/src/structure/i18n/resources.ts @@ -378,7 +378,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 */