fix: Email Password popup grammer fix
This commit is contained in:
parent
3aea7c4416
commit
e8d050a4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ frappe.Application = Class.extend({
|
|||
email_password_prompt: function(email_account,user,i) {
|
||||
var me = this;
|
||||
var d = new frappe.ui.Dialog({
|
||||
title: __('Email Account setup please enter your password for: {0}', [email_account[i]["email_id"]]),
|
||||
title: __('Please enter your password for: {0}', [email_account[i]["email_id"]]),
|
||||
fields: [
|
||||
{ 'fieldname': 'password',
|
||||
'fieldtype': 'Password',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue