From ffd36f970b90b3b1091e4ea07d44be935f97fb49 Mon Sep 17 00:00:00 2001 From: DimitriDR Date: Fri, 8 Mar 2024 15:25:39 +0100 Subject: [PATCH] Adding forgotten i18n --- .../system-status-dialog/system-status-dialog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 42ea1d008..713ae06ee 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 @@ -56,7 +56,7 @@
Migration Status
@if (status.database.migration_status.unapplied_migrations.length === 0) { - Up to date + Up to date } @else { {{status.database.migration_status.unapplied_migrations.length}} Pending }