From 70e335158499b0ac9e6da2193219d87512759876 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Feb 2021 11:27:36 +0100 Subject: Small edit config refactor --- .../edit-custom-config/edit-advanced-configuration.component.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html') diff --git a/client/src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html index db3036c4e..6018ff5e0 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html @@ -13,25 +13,29 @@
+
- {form.value['cache']['previews']['size'], plural, =1 {cached image} other {cached images}} + {getCacheSize('previews'), plural, =1 {cached image} other {cached images}}
+
{{ formErrors.cache.previews.size }}
+
- {form.value['cache']['captions']['size'], plural, =1 {cached image} other {cached images}} + {getCacheSize('captions'), plural, =1 {cached caption} other {cached captions}}
+
{{ formErrors.cache.captions.size }}
-- cgit v1.2.3