From b788e69131dccc1be147244e5b4d9e64deb2dc76 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Mar 2022 14:12:37 +0100 Subject: Some fixes for themes --- client/src/app/shared/shared-forms/select/select-options.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-forms/select/select-options.component.html') diff --git a/client/src/app/shared/shared-forms/select/select-options.component.html b/client/src/app/shared/shared-forms/select/select-options.component.html index 83c7de9f5..0ccc23717 100644 --- a/client/src/app/shared/shared-forms/select/select-options.component.html +++ b/client/src/app/shared/shared-forms/select/select-options.component.html @@ -16,7 +16,7 @@ {{ item.label }}
- {{ item.description }} + {{ item.description }}
-- cgit v1.2.3