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.
 
 
 
 
 
 

10 lines
294 B

  1. // ok: frappe-missing-translate-function-js
  2. frappe.msgprint('{{ _("Both login and password required") }}');
  3. // ruleid: frappe-missing-translate-function-js
  4. frappe.msgprint('What');
  5. // ok: frappe-missing-translate-function-js
  6. frappe.throw(' {{ _("Both login and password required") }}. ');