Update backup schedule description translations #4017

This commit is contained in:
advplyr 2025-02-21 18:18:16 -06:00
parent 799879d67d
commit 19a65dba98
4 changed files with 25 additions and 10 deletions

View file

@ -122,7 +122,7 @@ export default {
},
scheduleDescription() {
if (!this.cronExpression) return ''
const parsed = this.$parseCronExpression(this.cronExpression)
const parsed = this.$parseCronExpression(this.cronExpression, this)
return parsed ? parsed.description : `${this.$strings.LabelCustomCronExpression} ${this.cronExpression}`
},
nextBackupDate() {