Skip to content

Commit 917a221

Browse files
authored
Merge pull request #563
* Fixed typo
1 parent f46000c commit 917a221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ OCA.Audioplayer.Category = {
514514
});
515515
let category_title = document.querySelector('#myCategory .active') ? document.querySelector('#myCategory .active').firstChild['title'] : false;
516516
if (category !== 'Title') {
517-
document.getElementById('individual-playlist-info').innerHTML = t('audioplayer', 'Selected' + .' '. + category) + ': ' + category_title;
517+
document.getElementById('individual-playlist-info').innerHTML = t('audioplayer', 'Selected' + ' ' + category) + ': ' + category_title;
518518
} else {
519519
document.getElementById('individual-playlist-info').innerHTML = t('audioplayer', 'Selected') + ': ' + category_title;
520520
}

0 commit comments

Comments
 (0)