forked from mirrors/easyappointments
Corrected displayed string.
This commit is contained in:
parent
4fd5162a05
commit
4a0ee51122
1 changed files with 1 additions and 2 deletions
|
@ -558,8 +558,7 @@ window.FrontendBook = window.FrontendBook || {};
|
|||
}
|
||||
|
||||
if (service.duration != '' && service.duration != null) {
|
||||
html += '[' + EALang.duration + ' ' + service.duration
|
||||
+ ' ' + EALang.minutes'] + ';
|
||||
html += '[' + EALang.duration + ' ' + service.duration + ' ' + EALang.minutes + ']';
|
||||
}
|
||||
|
||||
if (service.price != '' && service.price != null) {
|
||||
|
|
Loading…
Reference in a new issue