Display day name instead of label (#834)

Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rakesh 2020-10-28 05:38:27 +01:00 committed by Rohit Yadav
parent e7088115d7
commit 1ec7d6e3e3
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ export default {
const dayName = this.listDayOfWeek[index]
this.dayOfWeek.push({
id: dayName,
name: 'label.' + this.$t(dayName)
name: this.$t('label.' + dayName)
})
}
},