Skip to content

Commit

Permalink
refactor(structure): change reconnecting message
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Sep 20, 2024
1 parent c11ae04 commit 6dec342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sanity/src/structure/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 6dec342

Please sign in to comment.