From: Volker Theile Date: Wed, 15 Jan 2020 11:28:23 +0000 (+0100) Subject: mgr/dashboard: Fix missing i18n. X-Git-Tag: v15.1.0~194^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e62aa8f1eb76b2ebe5478f802ae10c84f3a571f8;p=ceph.git mgr/dashboard: Fix missing i18n. Signed-off-by: Volker Theile --- 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 ca93b8e67f3f3..5c90d143ee2a6 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) } });