mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Fix: fix passkey translation keys (#6512)
* fix: common message mentioning passkey * devex: split title and header translation keys * chore: rerun pnpm prepr:frontend --------- Co-authored-by: Calum H. <calum@modrinth.com> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
co-authored by
Calum H.
Prospector
parent
c07727aa49
commit
332dfe1074
@@ -240,7 +240,7 @@
|
||||
"defaultMessage": "Re-install modpack"
|
||||
},
|
||||
"button.remove": {
|
||||
"defaultMessage": "Delete passkey"
|
||||
"defaultMessage": "Remove"
|
||||
},
|
||||
"button.remove-image": {
|
||||
"defaultMessage": "Remove image"
|
||||
|
||||
@@ -249,7 +249,7 @@ export const commonMessages = defineMessages({
|
||||
},
|
||||
removeButton: {
|
||||
id: 'button.remove',
|
||||
defaultMessage: 'Delete passkey',
|
||||
defaultMessage: 'Remove',
|
||||
},
|
||||
removeImageButton: {
|
||||
id: 'button.remove-image',
|
||||
|
||||
Reference in New Issue
Block a user