From dfee524fdf41dc536efaa50a3e5e6f6cb7b83f1c Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 13 Feb 2024 23:52:58 -0800
Subject: [PATCH] Update titles
---
src-ui/messages.xlf | 32 +++++++++----------
.../system-status-dialog.component.html | 4 +--
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index a62059c21..ec5ce8a79 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -1540,7 +1540,7 @@
Error retrieving users
src/app/components/admin/settings/settings.component.ts
- 185
+ 183
src/app/components/admin/users-groups/users-groups.component.ts
@@ -1551,7 +1551,7 @@
Error retrieving groups
src/app/components/admin/settings/settings.component.ts
- 204
+ 202
src/app/components/admin/users-groups/users-groups.component.ts
@@ -1562,35 +1562,35 @@
Saved view "" deleted.
src/app/components/admin/settings/settings.component.ts
- 417
+ 415
Settings were saved successfully.
src/app/components/admin/settings/settings.component.ts
- 543
+ 541
Settings were saved successfully. Reload is required to apply some changes.
src/app/components/admin/settings/settings.component.ts
- 547
+ 545
Reload now
src/app/components/admin/settings/settings.component.ts
- 548
+ 546
An error occurred while saving settings.
src/app/components/admin/settings/settings.component.ts
- 558
+ 556
src/app/components/app-frame/app-frame.component.ts
@@ -1601,7 +1601,7 @@
Error while storing settings on server.
src/app/components/admin/settings/settings.component.ts
- 592
+ 590
@@ -4160,7 +4160,7 @@
src/app/components/common/system-status-dialog/system-status-dialog.component.html
- 144
+ 152
@@ -4506,8 +4506,8 @@
96
-
- Index Status
+
+ Search Index
src/app/components/common/system-status-dialog/system-status-dialog.component.html
105
@@ -4517,18 +4517,18 @@
Last Updated
src/app/components/common/system-status-dialog/system-status-dialog.component.html
- 115
+ 119
src/app/components/common/system-status-dialog/system-status-dialog.component.html
- 127
+ 135
-
- Classifier Status
+
+ Classifier
src/app/components/common/system-status-dialog/system-status-dialog.component.html
- 117
+ 121
diff --git a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html
index f5f6ef005..83754cef4 100644
--- a/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html
+++ b/src-ui/src/app/components/common/system-status-dialog/system-status-dialog.component.html
@@ -102,7 +102,7 @@
}
- Index Status
+ Search Index
{{status.tasks.index_status}}
@if (status.tasks.index_status === 'OK') {
@@ -118,7 +118,7 @@
Last Updated:
{{status.tasks.index_last_modified | customDate:'medium'}}
- Classifier Status
+ Classifier
{{status.tasks.classifier_status}}
@if (status.tasks.classifier_status === 'OK') {