Skip to content

Commit

Permalink
chore(tasks): fixing typo in empty state title (#8143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 authored Jan 2, 2025
1 parent 30cd307 commit 4f08c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/tasks/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const tasksLocaleStrings = defineLocalesResources('tasks', {
/** The text in the tasks sidebar, in the document tab, when the document doesn't have any task*/
'empty-state.list.document.text': 'Once a document has connected tasks, they will be shown here.',
/** The heading in the tasks sidebar, when viewing the document tab, but there is not an active document*/
'empty-state.list.no-active-document.heading': "Open a document to see it's task",
'empty-state.list.no-active-document.heading': 'Open a document to see its task',
/** The text in the tasks sidebar, when viewing the document tab, but there is not an active document*/
'empty-state.list.no-active-document.text': 'Tasks on your active document will be shown here.',
/** The heading in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/
Expand Down

0 comments on commit 4f08c3d

Please sign in to comment.