Corrected displayed string.

This commit is contained in:
alext 2017-09-14 15:18:36 +02:00
parent 4fd5162a05
commit 4a0ee51122
1 changed files with 1 additions and 2 deletions

View File

@ -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) {