Skip to content

Commit

Permalink
fix(core): change aria label for pte toolbar action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaandal committed Feb 2, 2024
1 parent 3be278e commit 44d6fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/i18n/bundles/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
/** Label for missing change version for timeline menu dropdown are showing */
'timeline.since-version-missing': 'Since: unknown version',
/**Aria label for the action buttons in the PTE toolbar */
'toolbar.portable-text.action-button-aria-label': 'Action button for {{action}} formatting',
'toolbar.portable-text.action-button-aria-label': 'Action button for {{action}}',
/** Label for the button showed after trial ended */
'user-menu.action.free-trial-finished': 'Upgrade from free',
/** Label for button showing the free trial days left */
Expand Down

0 comments on commit 44d6fab

Please sign in to comment.