Skip to content

Commit 6bda52d

Browse files
committed
fix(localizations): restore "Type \"Revoke\" to confirm" label
1 parent 9c33be0 commit 6bda52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/localizations/src/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const enUS: LocalizationResource = {
3636
menuAction__revoke: 'Revoke key',
3737
revokeConfirmation: {
3838
confirmationText: 'Revoke',
39-
inputLabel: 'Type the confirmation text below to revoke this key.',
39+
inputLabel: 'Type "Revoke" to confirm',
4040
formButtonPrimary__revoke: 'Revoke key',
4141
formHint: 'Are you sure you want to delete this Secret key?',
4242
formTitle: 'Revoke "{{apiKeyName}}" secret key?',

0 commit comments

Comments
 (0)