From: Kiefer Chang Date: Wed, 8 May 2019 04:15:43 +0000 (+0800) Subject: mgr/dashboard: fix help message for minimum blob size in pool form X-Git-Tag: v15.1.0~2727^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8c4ed692a2b6ac8bf2aa9337ed7d683187ff882;p=ceph.git 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 --- 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