You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- // ok: frappe-missing-translate-function-js
- frappe.msgprint('{{ _("Both login and password required") }}');
-
- // ruleid: frappe-missing-translate-function-js
- frappe.msgprint('What');
-
- // ok: frappe-missing-translate-function-js
- frappe.throw(' {{ _("Both login and password required") }}. ');
|