diff --git a/client/components/pages/auth/components/LoginForm.vue b/client/components/pages/auth/components/LoginForm.vue
index ff7a4566..96568879 100644
--- a/client/components/pages/auth/components/LoginForm.vue
+++ b/client/components/pages/auth/components/LoginForm.vue
@@ -32,9 +32,9 @@
diff --git a/client/components/pages/forms/show/FormCleanings.vue b/client/components/pages/forms/show/FormCleanings.vue
index be3afc87..29def817 100644
--- a/client/components/pages/forms/show/FormCleanings.vue
+++ b/client/components/pages/forms/show/FormCleanings.vue
@@ -21,9 +21,9 @@
-
+
{{ form.is_pro ? 'Upgrade your OpnForms plan today' : 'Start your free OpnForms trial' }}
-
+
to unlock all of our features and build powerful forms.
diff --git a/client/components/pages/templates/SingleTemplate.vue b/client/components/pages/templates/SingleTemplate.vue
index d44b7b84..9706c4f6 100644
--- a/client/components/pages/templates/SingleTemplate.vue
+++ b/client/components/pages/templates/SingleTemplate.vue
@@ -32,9 +32,9 @@
-
+
-
+
diff --git a/client/components/pages/templates/TemplatesList.vue b/client/components/pages/templates/TemplatesList.vue
index 99aa1d28..5bc346bb 100644
--- a/client/components/pages/templates/TemplatesList.vue
+++ b/client/components/pages/templates/TemplatesList.vue
@@ -48,13 +48,13 @@
-
{{ row.name }}
-
+
@@ -71,13 +71,13 @@
diff --git a/client/pages/index.vue b/client/pages/index.vue
index 5337f656..bd25de41 100644
--- a/client/pages/index.vue
+++ b/client/pages/index.vue
@@ -110,10 +110,10 @@
-
+
Read more about our pricing
-
+
diff --git a/client/pages/settings/index.vue b/client/pages/settings/index.vue
index 218d4ce1..947e5ae4 100644
--- a/client/pages/settings/index.vue
+++ b/client/pages/settings/index.vue
@@ -15,12 +15,12 @@
@@ -65,33 +65,33 @@ export default {
const tabs = [
{
name: 'Profile',
- route: 'settings.profile'
+ route: 'settings-profile'
},
{
name: 'Workspace Settings',
- route: 'settings.workspaces'
+ route: 'settings-workspace'
},
{
name: 'Password',
- route: 'settings.password'
+ route: 'settings-password'
},
{
name: 'Delete Account',
- route: 'settings.account'
+ route: 'settings-account'
}
]
if (this.user.is_subscribed) {
tabs.splice(1, 0, {
name: 'Billing',
- route: 'settings.billing'
+ route: 'settings-billing'
})
}
if (this.user.admin) {
tabs.push({
name: 'Admin',
- route: 'settings.admin'
+ route: 'settings-admin'
})
}
diff --git a/client/pages/templates/[slug].vue b/client/pages/templates/[slug].vue
index d8795884..d930c258 100644
--- a/client/pages/templates/[slug].vue
+++ b/client/pages/templates/[slug].vue
@@ -156,9 +156,9 @@
Copy the template and change it the way you like
-
+
Click here to copy this template
-
+
and start customizing it. Change the questions, add new ones, choose colors and
more.