From c8c4ed692a2b6ac8bf2aa9337ed7d683187ff882 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Wed, 8 May 2019 12:15:43 +0800 Subject: [PATCH] mgr/dashboard: fix help message for minimum blob size in pool form A value less than maximum blob size is required. Fixes: http://tracker.ceph.com/issues/39624 Signed-off-by: Kiefer Chang --- .../src/app/ceph/pool/pool-form/pool-form.component.html | 2 +- src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html index d6b3778d2089..ad9dca78e350 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html @@ -368,7 +368,7 @@ i18n>Value should be greater than 0 Value should be greater than the maximum blob size + i18n>Value should be less than the maximum blob size diff --git a/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf b/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf index 26eef8091492..9e8ffa0ee3cc 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf @@ -3536,8 +3536,8 @@ app/ceph/pool/pool-form/pool-form.component.html 393 - - Value should be greater than the maximum blob size + + Value should be less than the maximum blob size app/ceph/pool/pool-form/pool-form.component.html 371 -- 2.47.3