From 2d9bc53443152196768b78f0250c5a26e29602ce Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 1 Aug 2018 15:12:33 +0200 Subject: [PATCH] mgr/dashboard: Fix typo Signed-off-by: Volker Theile --- .../src/app/ceph/block/rbd-form/rbd-form.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html index 67e7caa9da2b5..6abe5603d5c64 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.html @@ -182,7 +182,7 @@ class="form-control" type="text" formControlName="size" - ì18n-placeholder + i18n-placeholder placeholder="e.g., 10GiB" defaultUnit="GiB" cdDimlessBinary> -- 2.39.5