mirror of https://github.com/apache/cloudstack.git
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:
parent
e7088115d7
commit
1ec7d6e3e3
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue