From 99cab25fe0da1425cd1eb0a0f54da47d2fc593f2 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Mon, 23 Jun 2025 17:38:49 +0200
Subject: [PATCH] Feature/improve labels in data provider status component
(#5008)
* Improve labels
---
.../data-provider-status/data-provider-status.component.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/client/src/app/components/data-provider-status/data-provider-status.component.html b/apps/client/src/app/components/data-provider-status/data-provider-status.component.html
index d2f26b09b..4f57cb8ee 100644
--- a/apps/client/src/app/components/data-provider-status/data-provider-status.component.html
+++ b/apps/client/src/app/components/data-provider-status/data-provider-status.component.html
@@ -1,8 +1,8 @@
@if (status$ | async; as status) {
@if (status.isHealthy) {
- Online
+ Available
} @else {
- Offline
+ Unavailable
}
} @else {