]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix help message for minimum blob size in pool form 28017/head
authorKiefer Chang <kiefer.chang@suse.com>
Wed, 8 May 2019 04:15:43 +0000 (12:15 +0800)
committerKiefer Chang <kiefer.chang@suse.com>
Wed, 8 May 2019 04:15:43 +0000 (12:15 +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>
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 d6b3778d2089efd30496d7580d3e75c23b385b5e..ad9dca78e350ea1776af275923722a3afeb3a288 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 26eef8091492be72136e279aa8ed24b855abc697..9e8ffa0ee3cc2f50974c1f947cefc7e7b2b116b7 100644 (file)
           <context context-type="sourcefile">app/ceph/pool/pool-form/pool-form.component.html</context>
           <context context-type="linenumber">393</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">371</context>