From e62aa8f1eb76b2ebe5478f802ae10c84f3a571f8 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Wed, 15 Jan 2020 12:28:23 +0100 Subject: [PATCH] mgr/dashboard: Fix missing i18n. Signed-off-by: Volker Theile --- .../cephfs/cephfs-directories/cephfs-directories.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts index ca93b8e67f3..5c90d143ee2 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts @@ -373,7 +373,7 @@ export class CephfsDirectoriesComponent implements OnInit, OnChanges { }) : undefined, fields: [this.getQuotaFormField(selection.row.name, key, value, nextMax.value)], - submitButtonText: 'Save', + submitButtonText: this.i18n('Save'), onSubmit: (values) => this.updateQuota(values) } }); -- 2.39.5