Skip to content

Commit

Permalink
fix(i18n): remove extraneous curly brace (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored May 21, 2024
1 parent c4b8558 commit 74f2fd5
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 @@ -32,7 +32,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
'asset-source.delete-dialog.loading': 'Loading…',
/** Message confirming to delete *named* file */
'asset-source.delete-dialog.usage-list.confirm-delete-file_named':
'You are about to delete the file <strong>{{filename}}}</strong> and its metadata. Are you sure?',
'You are about to delete the file <strong>{{filename}}</strong> and its metadata. Are you sure?',
/** Message confirming to delete *unnamed* file */
'asset-source.delete-dialog.usage-list.confirm-delete-file_unnamed':
'You are about to delete the file and its metadata. Are you sure?',
Expand Down

0 comments on commit 74f2fd5

Please sign in to comment.