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: v14.2.2~175^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29f60cf7c1703fbb5a2ad450cd36b814b583191f;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 (cherry picked from commit c8c4ed692a2b6ac8bf2aa9337ed7d683187ff882) --- 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 623434b6e4f..ad050ef7ad0 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 @@ -372,7 +372,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 f8a2163941e..d8bc1b7bcb4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf +++ b/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf @@ -3543,8 +3543,8 @@ app/ceph/pool/pool-form/pool-form.component.html 397 - - 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 375