mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 10:59:41 +02:00
Add backup schedule string translation #4017
This commit is contained in:
@@ -156,7 +156,7 @@ Vue.prototype.$parseCronExpression = (expression, context) => {
|
||||
.join(', ')
|
||||
|
||||
return {
|
||||
description: `Run every ${weekdayText} at ${pieces[1]}:${pieces[0].padStart(2, '0')}`
|
||||
description: context.$getString('MessageScheduleRunEveryWeekdayAtTime', [weekdayText, `${pieces[1]}:${pieces[0].padStart(2, '0')}`])
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user