]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix help message for minimum blob size in pool form 28062/head
authorKiefer Chang <kiefer.chang@suse.com>
Wed, 8 May 2019 04:15:43 +0000 (12:15 +0800)
committerKiefer Chang <kiefer.chang@suse.com>
Fri, 10 May 2019 14:29:10 +0000 (22:29 +0800)
A value less than maximum blob size is required.

Fixes: http://tracker.ceph.com/issues/39624
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
(cherry picked from commit c8c4ed692a2b6ac8bf2aa9337ed7d683187ff882)

src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html
src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf

index 623434b6e4f33f138972e421fb5465eed1289f47..ad050ef7ad08d1b11d7ca78285b9251b04a91a42 100644 (file)
                         i18n>Value should be greater than 0</span>
                   <span class="help-block"
                         *ngIf="form.showError('minBlobSize', formDir, 'maximum')"
-                        i18n>Value should be greater than the maximum blob size</span>
+                        i18n>Value should be less than the maximum blob size</span>
                 </div>
               </div>
 
index f8a2163941e30b1978aa32c33de110dcc3ab583e..d8bc1b7bcb432b4b21e1e4bca033bef9b053545c 100644 (file)
           <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
           <context context-type="linenumber">397</context>
         </context-group>
-      </trans-unit><trans-unit id="54be22af9625a595ee5d70917ee1fb116be7c4be" datatype="html">
-        <source>Value should be greater than the maximum blob size</source>
+      </trans-unit><trans-unit id="8db98ab14b4e207ec763dfdefbc2dae367aab1cc" datatype="html">
+        <source>Value should be less than the maximum blob size</source>
         <context-group purpose="location">
           <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
           <context context-type="linenumber">375</context>