From dcfc53b7f202a7a375d44c2b1691a0159094b5eb Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sun, 28 Jul 2024 07:06:15 -0700
Subject: [PATCH] Change: more clearly handle init permissions error (#7334)
---
src-ui/messages.xlf | 6 +++---
.../dashboard/dashboard.component.html | 2 +-
.../src/app/services/settings.service.spec.ts | 17 ++++++++++++++++-
src-ui/src/app/services/settings.service.ts | 15 ++++++++++++++-
4 files changed, 34 insertions(+), 6 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index fb2463d64..5ca297a77 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -8683,21 +8683,21 @@
Successfully completed one-time migratration of settings to the database!
src/app/services/settings.service.ts
- 554
+ 567
Unable to migrate settings to the database, please try saving manually.
src/app/services/settings.service.ts
- 555
+ 568
You can restart the tour from the settings page.
src/app/services/settings.service.ts
- 625
+ 638
diff --git a/src-ui/src/app/components/dashboard/dashboard.component.html b/src-ui/src/app/components/dashboard/dashboard.component.html
index 3e3220b65..4b217f8c3 100644
--- a/src-ui/src/app/components/dashboard/dashboard.component.html
+++ b/src-ui/src/app/components/dashboard/dashboard.component.html
@@ -39,7 +39,7 @@