Use the short "phone" for the appointment popover

This commit is contained in:
Alex Tselegidis 2020-09-07 13:03:59 +03:00
parent 2f6699f655
commit af270e8fe2
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ $lang['first_name'] = 'First Name';
$lang['last_name'] = 'Last Name'; $lang['last_name'] = 'Last Name';
$lang['email'] = 'Email'; $lang['email'] = 'Email';
$lang['phone_number'] = 'Phone Number'; $lang['phone_number'] = 'Phone Number';
$lang['phone'] = 'Phone';
$lang['address'] = 'Address'; $lang['address'] = 'Address';
$lang['city'] = 'City'; $lang['city'] = 'City';
$lang['zip_code'] = 'Zip Code'; $lang['zip_code'] = 'Zip Code';
@ -119,6 +120,7 @@ $lang['admins'] = 'Admins';
$lang['providers'] = 'Providers'; $lang['providers'] = 'Providers';
$lang['secretaries'] = 'Secretaries'; $lang['secretaries'] = 'Secretaries';
$lang['mobile_number'] = 'Mobile Number'; $lang['mobile_number'] = 'Mobile Number';
$lang['mobile'] = 'Mobile';
$lang['state'] = 'State'; $lang['state'] = 'State';
$lang['username'] = 'Username'; $lang['username'] = 'Username';
$lang['password'] = 'Password'; $lang['password'] = 'Password';

View file

@ -530,7 +530,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
$('<strong/>', { $('<strong/>', {
'class': 'd-inline-block mr-2', 'class': 'd-inline-block mr-2',
'text': EALang.phone_number 'text': EALang.phone
}), }),
GeneralFunctions.renderPhoneIcon(event.data.customer.phone_number), GeneralFunctions.renderPhoneIcon(event.data.customer.phone_number),
$('<span/>', { $('<span/>', {