From 29f60cf7c1703fbb5a2ad450cd36b814b583191f 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 (cherry picked from commit c8c4ed692a2b6ac8bf2aa9337ed7d683187ff882) --- .../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 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 -- 2.47.3