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 */