Agency events bug fixed
gitea/salix/dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-10-01 16:31:33 +02:00
parent 34e141e159
commit 0e88343649
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Controller extends Section {
return abrWdays.length < 7
? abrWdays.join(', ')
: this._.instant('Everyday');
: this._('Everyday');
}
onEdit(row, event) {