mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-08 00:36:37 +08:00
refactor(shared-error-page): update error page to use translation keys for dynamic content
This commit is contained in:
@@ -37,7 +37,6 @@ export function SharedMessagePageClient({ message }: SharedMessagePageClientProp
|
||||
: message.emailExpiresAt
|
||||
? `${tShared("expiresAt")}: ${new Date(message.emailExpiresAt).toLocaleString()}`
|
||||
: tShared("sharedMessage")}
|
||||
showCta={true}
|
||||
ctaText={tShared("createOwnEmail")}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user