]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Replaced "Pool" with "Pools" in navigation bar 22715/head
authorLenz Grimmer <lgrimmer@suse.com>
Mon, 25 Jun 2018 11:38:55 +0000 (13:38 +0200)
committerLenz Grimmer <lgrimmer@suse.com>
Mon, 25 Jun 2018 11:38:55 +0000 (13:38 +0200)
Replaced the string "Pool" with "Pools" in the navigation component.

Fixes: https://tracker.ceph.com/issues/24623
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html

index a215f51c5690effda9441d99ea468d646a1a6148..3d1fc994bb79db07e4e5dde9ee713044340d7e18 100644 (file)
@@ -84,7 +84,7 @@
       <li routerLinkActive="active"
           class="tc_menuitem tc_menuitem_pool">
         <a i18n
-           routerLink="/pool">Pool
+           routerLink="/pool">Pools
         </a>
       </li>