Skip to content

Commit

Permalink
fix(i18n): add missing string for cancelling uploads (#5388)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored Dec 18, 2023
1 parent 69dfe87 commit 2a7aff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sanity/src/core/i18n/bundles/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
/** Title for help and resources menus */
'help-resources.title': 'Help and resources',

/** Text for button to cancel an ongoing upload */
'input.files.common.cancel-upload': 'Cancel',
/** Text for file input button in upload placeholder */
'input.files.common.upload-placeholder.file-input-button.text': 'Upload',
/** Uploading <FileName/> */
Expand Down

2 comments on commit 2a7aff1

@vercel
Copy link

@vercel vercel bot commented on 2a7aff1 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio-git-next.sanity.build
performance-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 2a7aff1 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.