correct iris username length prompt
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Martti Malmi 2024-01-09 09:41:25 +02:00
parent 927718e236
commit 3a42ec9029
3 changed files with 5 additions and 5 deletions

View File

@ -99,7 +99,7 @@ export default defineMessages({
ConfirmUnpin: { defaultMessage: "Are you sure you want to unpin this note?", id: "IEwZvs" }, ConfirmUnpin: { defaultMessage: "Are you sure you want to unpin this note?", id: "IEwZvs" },
ReactionsLink: { defaultMessage: "{n} Reactions", id: "jzgQ2z" }, ReactionsLink: { defaultMessage: "{n} Reactions", id: "jzgQ2z" },
ReBroadcast: { defaultMessage: "Broadcast Again", id: "c3g2hL" }, ReBroadcast: { defaultMessage: "Broadcast Again", id: "c3g2hL" },
IrisUserNameLengthError: { defaultMessage: "Name must be between 1 and 32 characters", id: "4MBtMa" }, IrisUserNameLengthError: { defaultMessage: "Name must be between 8 and 15 characters", id: "LhLvRx" },
IrisUserNameFormatError: { defaultMessage: "Username must only contain lowercase letters and numbers", id: "RSr2uB" }, IrisUserNameFormatError: { defaultMessage: "Username must only contain lowercase letters and numbers", id: "RSr2uB" },
InvalidNip05Address: { defaultMessage: "Invalid Nostr Address", id: "P2o+ZZ" }, InvalidNip05Address: { defaultMessage: "Invalid Nostr Address", id: "P2o+ZZ" },
ErrorValidatingNip05Address: { defaultMessage: "Cannot verify Nostr Address", id: "LmdPXO" }, ErrorValidatingNip05Address: { defaultMessage: "Cannot verify Nostr Address", id: "LmdPXO" },

View File

@ -192,9 +192,6 @@
"4L2vUY": { "4L2vUY": {
"defaultMessage": "Your new NIP-05 handle is:" "defaultMessage": "Your new NIP-05 handle is:"
}, },
"4MBtMa": {
"defaultMessage": "Name must be between 1 and 32 characters"
},
"4MjsHk": { "4MjsHk": {
"defaultMessage": "Life" "defaultMessage": "Life"
}, },
@ -700,6 +697,9 @@
"LgbKvU": { "LgbKvU": {
"defaultMessage": "Comment" "defaultMessage": "Comment"
}, },
"LhLvRx": {
"defaultMessage": "Name must be between 8 and 15 characters"
},
"LmdPXO": { "LmdPXO": {
"defaultMessage": "Cannot verify Nostr Address" "defaultMessage": "Cannot verify Nostr Address"
}, },

View File

@ -63,7 +63,6 @@
"47FYwb": "Cancel", "47FYwb": "Cancel",
"4IPzdn": "Primary Developers", "4IPzdn": "Primary Developers",
"4L2vUY": "Your new NIP-05 handle is:", "4L2vUY": "Your new NIP-05 handle is:",
"4MBtMa": "Name must be between 1 and 32 characters",
"4MjsHk": "Life", "4MjsHk": "Life",
"4OB335": "Dislike", "4OB335": "Dislike",
"4Vmpt4": "Nostr Plebs is one of the first NIP-05 providers in the space and offers a good collection of domains at reasonable prices", "4Vmpt4": "Nostr Plebs is one of the first NIP-05 providers in the space and offers a good collection of domains at reasonable prices",
@ -231,6 +230,7 @@
"LR1XjT": "Pin too short", "LR1XjT": "Pin too short",
"LXxsbk": "Anonymous", "LXxsbk": "Anonymous",
"LgbKvU": "Comment", "LgbKvU": "Comment",
"LhLvRx": "Name must be between 8 and 15 characters",
"LmdPXO": "Cannot verify Nostr Address", "LmdPXO": "Cannot verify Nostr Address",
"Lu5/Bj": "Open on Zapstr", "Lu5/Bj": "Open on Zapstr",
"Lw+I+J": "{n,plural,=0{{name} zapped} other{{name} & {n} others zapped}}", "Lw+I+J": "{n,plural,=0{{name} zapped} other{{name} & {n} others zapped}}",