Skip to content

Commit

Permalink
Fixes NO_CHANGES localization key (#7008)
Browse files Browse the repository at this point in the history
Old: `action.discard-changes.disabled.no-changes`
New: `action.discard-changes.disabled.no-changes`

This is to match what is in https://github.com/sanity-io/locales/
  • Loading branch information
passion4code authored and ricokahler committed Jun 27, 2024
1 parent 8c66d24 commit 666c420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import {structureLocaleNamespace} from '../i18n'

const DISABLED_REASON_KEY = {
NO_CHANGES: 'action.discard-changes.disabled.no-changes',
NO_CHANGES: 'action.discard-changes.disabled.no-change',
NOT_PUBLISHED: 'action.discard-changes.disabled.not-published',
NOT_READY: 'action.discard-changes.disabled.not-ready',
} as const
Expand Down

0 comments on commit 666c420

Please sign in to comment.