diff --git a/app/(auth)/login/login-client.tsx b/app/(auth)/login/login-client.tsx index adf70b64..0659d73f 100644 --- a/app/(auth)/login/login-client.tsx +++ b/app/(auth)/login/login-client.tsx @@ -377,7 +377,7 @@ export function LoginClient({ initialMethod }: { initialMethod: LoginMethod | nu
{showResetPassword
? tAuth.rich('email_sent_body_reset', {
@@ -436,7 +436,7 @@ export function LoginClient({ initialMethod }: { initialMethod: LoginMethod | nu
{tAuth('reset_subtitle')}
diff --git a/app/(auth)/mfa/enroll/page.tsx b/app/(auth)/mfa/enroll/page.tsx index 8f2a6c16..f454aadf 100644 --- a/app/(auth)/mfa/enroll/page.tsx +++ b/app/(auth)/mfa/enroll/page.tsx @@ -183,7 +183,7 @@ function MfaEnrollContent() {Skydda ditt konto med en autentiseringsapp som Google Authenticator eller Authy
@@ -237,7 +237,7 @@ function MfaEnrollContent() {Öppna din autentiseringsapp och skanna koden nedan
diff --git a/app/(auth)/mfa/verify/page.tsx b/app/(auth)/mfa/verify/page.tsx index 25690ea3..cc17cac3 100644 --- a/app/(auth)/mfa/verify/page.tsx +++ b/app/(auth)/mfa/verify/page.tsx @@ -178,7 +178,7 @@ function MfaVerifyContent() {{t('verify_subtitle_full')}
diff --git a/app/(auth)/register/page.tsx b/app/(auth)/register/page.tsx index 10b31ee5..b7bd5437 100644 --- a/app/(auth)/register/page.tsx +++ b/app/(auth)/register/page.tsx @@ -393,7 +393,7 @@ function RegisterPageContent() {{t('duplicate_body_prefix')}{' '} {duplicateEmail}. @@ -446,7 +446,7 @@ function RegisterPageContent() {
{t.rich('confirm_email_body', {
email,
diff --git a/app/(auth)/reset-password/page.tsx b/app/(auth)/reset-password/page.tsx
index ce8bf9a5..df9f32d8 100644
--- a/app/(auth)/reset-password/page.tsx
+++ b/app/(auth)/reset-password/page.tsx
@@ -216,7 +216,7 @@ function ResetPasswordInner() {
{subtitle}
diff --git a/app/(dashboard)/error.tsx b/app/(dashboard)/error.tsx index 38a962c4..d33d4dfd 100644 --- a/app/(dashboard)/error.tsx +++ b/app/(dashboard)/error.tsx @@ -17,7 +17,7 @@ export default function DashboardError({ return (
Ett oväntat fel uppstod. Försök igen eller{' '}
{extensionLongDescription}
{dataPatternLabels[definition.dataPattern]}
diff --git a/app/(dashboard)/extensions/page.tsx b/app/(dashboard)/extensions/page.tsx index 2e04c81d..5fc6da5c 100644 --- a/app/(dashboard)/extensions/page.tsx +++ b/app/(dashboard)/extensions/page.tsx @@ -25,7 +25,7 @@ export default async function ExtensionsPage() { {/* General extensions */} {generalSector && ({error}
{successMessage || ( invoice.previousResponse === 'marked_paid' @@ -170,7 +170,7 @@ export default function InvoiceActionPage({ params }: { params: Promise<{ token: