mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
various translation missed __()
This commit is contained in:
committed by
Anand Doshi
parent
97478b746d
commit
4bab0a2f54
@@ -20,7 +20,7 @@ frappe.pages['activity'].onload = function(wrapper) {
|
||||
});
|
||||
list.run();
|
||||
|
||||
wrapper.appframe.set_title_right("Refresh", function() { list.run(); });
|
||||
wrapper.appframe.set_title_right(__("Refresh"), function() { list.run(); });
|
||||
|
||||
// Build Report Button
|
||||
if(frappe.boot.user.can_get_report.indexOf("Feed")!=-1) {
|
||||
|
||||
Reference in New Issue
Block a user