mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
intl: fix resend code string
This commit is contained in:
committed by
Abdullah Atta
parent
ea0623c6bc
commit
8692c87ed7
@@ -663,7 +663,7 @@ $headline$: Use starting line of the note as title.`,
|
|||||||
reloadEditor: () => t`Taking too long? Reload editor`,
|
reloadEditor: () => t`Taking too long? Reload editor`,
|
||||||
copy: () => t`Copy`,
|
copy: () => t`Copy`,
|
||||||
resendCode: (seconds?: number) =>
|
resendCode: (seconds?: number) =>
|
||||||
t`Resend code${seconds ? `in ${seconds}` : ""}`,
|
t`Resend code${seconds ? ` in ${seconds}` : ""}`,
|
||||||
change2faMethod: () => t`Change 2FA method`,
|
change2faMethod: () => t`Change 2FA method`,
|
||||||
copyCodes: () => t`Copy codes`,
|
copyCodes: () => t`Copy codes`,
|
||||||
saveToFile: () => t`Save to file`,
|
saveToFile: () => t`Save to file`,
|
||||||
|
|||||||
Reference in New Issue
Block a user