diff --git a/services/web/frontend/js/features/pdf-preview/components/compile-timeout-messages.tsx b/services/web/frontend/js/features/pdf-preview/components/compile-timeout-messages.tsx index 331ec0bf65..571799b661 100644 --- a/services/web/frontend/js/features/pdf-preview/components/compile-timeout-messages.tsx +++ b/services/web/frontend/js/features/pdf-preview/components/compile-timeout-messages.tsx @@ -198,7 +198,10 @@ function CompileTimeoutMessages() { shouldUnescape tOptions={{ interpolation: { escapeValue: true } }} />{' '} - {t('and_you_can_upgrade_for_plenty_more_compile_time')} + }} + />

} @@ -223,9 +226,10 @@ function CompileTimeoutMessages() { />

- {t( - 'tell_the_project_owner_to_upgrade_plan_for_more_compile_time' - )} + }} + />

}