From eb87cdeb1cbb71abd316fcef79b846a2e298295f Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 4 Oct 2021 17:20:33 +1100 Subject: [PATCH] Enable translation for "Save Changes" on customers page --- app/views/admin/customers/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/customers/index.html.haml b/app/views/admin/customers/index.html.haml index 4471f971f2..877e9a1d91 100644 --- a/app/views/admin/customers/index.html.haml +++ b/app/views/admin/customers/index.html.haml @@ -46,7 +46,7 @@ .row.margin-bottom-50{ ng: { show: "!RequestMonitor.loading && filteredCustomers.length > 0" } } %form{ name: "customers_form" } %save-bar{ dirty: "customers_form.$dirty", persist: "false" } - %input.red{ type: "button", value: "Save Changes", ng: { click: "submitAll(customers_form)" } } + %input.red{ type: "button", value: t(:save_changes), ng: { click: "submitAll(customers_form)" } } %table.index#customers %col.email{ width: "20%", 'ng-show' => 'columns.email.visible' }