forked from mirrors/easyappointments
Use translation for the personal information 'delete' button.
This commit is contained in:
parent
7b20616559
commit
064b0580fb
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ window.FrontendBook = window.FrontendBook || {};
|
||||||
$('#delete-personal-information').on('click', function () {
|
$('#delete-personal-information').on('click', function () {
|
||||||
var buttons = [
|
var buttons = [
|
||||||
{
|
{
|
||||||
text: 'Delete',
|
text: EALang.delete,
|
||||||
click: function () {
|
click: function () {
|
||||||
FrontendBookApi.deletePersonalInformation(GlobalVariables.customerToken);
|
FrontendBookApi.deletePersonalInformation(GlobalVariables.customerToken);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue