diff --git a/dashboard/restore.html b/dashboard/restore.html index e3d46c1ea..cd103fe2f 100644 --- a/dashboard/restore.html +++ b/dashboard/restore.html @@ -1,7 +1,7 @@ - Cloudron Restore + Restore Cloudron
diff --git a/dashboard/setup.html b/dashboard/setup.html index e8080c5f4..078bf9080 100644 --- a/dashboard/setup.html +++ b/dashboard/setup.html @@ -1,7 +1,7 @@ - Cloudron Domain Setup + Domain Setup
diff --git a/dashboard/src/views/RestoreView.vue b/dashboard/src/views/RestoreView.vue index 8f652893a..6f8602882 100644 --- a/dashboard/src/views/RestoreView.vue +++ b/dashboard/src/views/RestoreView.vue @@ -360,7 +360,7 @@ onMounted(async () => {
-

Cloudron Restore

+

Restore Cloudron

Provide the backup information to restore from, or

-

Cloudron Domain Setup

+

Domain Setup

{{ formError.dnsWait }}
{{ formError.setup }}
@@ -201,7 +201,11 @@ onMounted(async () => {
Are you sure about this domain? The dashboard will be at my.{{ domain }}
- Apps will be installed on subdomains of this domain. The dashboard will be available on the my{{ domain ? `.${domain}` : '' }} subdomain. You can add more domains later. + The dashboard will be available at + the "my" subdomain + "my.{{ domain }}". + Apps will be installed on subdomains of this domain"{{ domain }}". You can add more domains later. +