diff --git a/dashboard/develop.sh b/dashboard/develop.sh
index 01f2eebf0..a4ebdc473 100755
--- a/dashboard/develop.sh
+++ b/dashboard/develop.sh
@@ -3,7 +3,7 @@
set -eu
echo "=> Set API origin"
-export VITE_API_ORIGIN="https://my.nebulon.space"
+export VITE_API_ORIGIN="https://my.smartserver.io"
# only really used for prod builds to bust cache
export VITE_CACHE_ID="develop"
diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json
index 63d28f19c..22a2bbfa9 100644
--- a/dashboard/public/translation/en.json
+++ b/dashboard/public/translation/en.json
@@ -1682,7 +1682,7 @@
},
"uninstallDialog": {
"title": "Uninstall {{ app }}",
- "description": "This will immediately uninstall {{ app }} and remove all its data.",
+ "description": "This will uninstall {{ app }} and remove all its data.",
"uninstallAction": "Uninstall"
},
"domainCollisionDialog": {
@@ -1792,7 +1792,12 @@
"title": "Archive",
"description": "The latest app backup will be added to the App Archive. The app will be uninstalled, but can be restored from the Backups View. Other backups will be cleaned up based on the backup policy.",
"action": "Archive",
- "latestBackupInfo": "The last backup was created at : {{ timestamp }}"
+ "latestBackupInfo": "The last backup was created at {{date}}.",
+ "noBackup": "This app has no backup. Archiving requires at least one backup."
+ },
+ "archiveDialog": {
+ "title": "Archive {{app}}",
+ "description": "This will uninstall the app and put the app's latest backup created at {{date}} in the App Archive."
}
},
"login": {
diff --git a/dashboard/public/views/app.html b/dashboard/public/views/app.html
index 325ba7a3c..fbcead3b7 100644
--- a/dashboard/public/views/app.html
+++ b/dashboard/public/views/app.html
@@ -177,6 +177,24 @@
+
+