diff --git a/client/components/open/forms/OpenCompleteForm.vue b/client/components/open/forms/OpenCompleteForm.vue index cbe1122f3..d80f83540 100644 --- a/client/components/open/forms/OpenCompleteForm.vue +++ b/client/components/open/forms/OpenCompleteForm.vue @@ -27,7 +27,7 @@

- This form is protected by a password. + {{ $t('forms.password_protected') }}

@@ -47,7 +47,7 @@ class="my-4" @click="passwordEntered" > - Submit + {{ $t('forms.submit') }}
@@ -139,7 +139,7 @@ class="text-gray-400 hover:text-gray-500 dark:text-gray-600 dark:hover:text-gray-500 cursor-pointer hover:underline text-xs" target="_blank" > - Powered by OpnForm + {{ $t('forms.powered_by') }} {{ $t('app.name') }}

@@ -186,7 +186,7 @@ href="https://opnform.com/?utm_source=form&utm_content=create_form_free" class="text-nt-blue hover:underline" > - Create your form for free with OpnForm + {{ $t('forms.create_form_free') }}

@@ -202,7 +202,6 @@