Added localization for Create New Playlist
This commit is contained in:
parent
73623b6f42
commit
f266973c66
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<button class="playlist-item"
|
||||
@click="app.addSelectedToNewPlaylist()" style="width:100%;">
|
||||
<div class="icon"><%- include("../svg/plus.svg") %></div>
|
||||
<div class="name">Create New Playlist</div>
|
||||
<div class="name">{{app.getLz('action.createPlaylist')}</div>
|
||||
</button>
|
||||
<button class="playlist-item"
|
||||
:class="{ focused: playlist.id == focused }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue