mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Update backup schedule description translations #4017
This commit is contained in:
parent
799879d67d
commit
19a65dba98
4 changed files with 25 additions and 10 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue