From ccd59a467864b44a5eb8a4da671f611e0ada7ff9 Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Mon, 25 Jun 2018 13:38:55 +0200 Subject: [PATCH] mgr/dashboard: Replaced "Pool" with "Pools" in navigation bar Replaced the string "Pool" with "Pools" in the navigation component. Fixes: https://tracker.ceph.com/issues/24623 Signed-off-by: Lenz Grimmer --- .../app/core/navigation/navigation/navigation.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html index a215f51c5690e..3d1fc994bb79d 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -84,7 +84,7 @@
  • Pool + routerLink="/pool">Pools
  • -- 2.39.5