mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-03 09:39:37 +00:00
Add localization on logs page and confirm embed #3495
This commit is contained in:
parent
f94449a659
commit
1cac42aec5
3 changed files with 5 additions and 3 deletions
|
|
@ -370,7 +370,7 @@ export default {
|
|||
},
|
||||
embedClick() {
|
||||
const payload = {
|
||||
message: `Are you sure you want to embed metadata in ${this.audioFiles.length} audio files?`,
|
||||
message: this.$getString('MessageConfirmEmbedMetadataInAudioFiles', [this.audioFiles.length]),
|
||||
callback: (confirmed) => {
|
||||
if (confirmed) {
|
||||
this.updateAudioFileMetadata()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue