Fix: Add translation function to string (#18802)

Fix: Add translation function to string
This commit is contained in:
Ernesto Ruiz
2019-08-23 00:58:50 -06:00
committed by Nabin Hait
parent 33ce5ce048
commit 51a7aa9c76

View File

@@ -4,7 +4,7 @@ frappe.provide('erpnext.pos');
frappe.pages['point-of-sale'].on_page_load = function(wrapper) {
frappe.ui.make_app_page({
parent: wrapper,
title: 'Point of Sale',
title: __("Point of Sale"),
single_column: true
});