Fix #169: Fixed template syntax error

This commit is contained in:
Eliot Berriot 2018-04-20 18:41:17 +02:00
parent 2f514da0fd
commit a210cfcb9b
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<div
v-if="track"
class="ui green icon basic small right floated button"
:title="{{ $t('Add to this playlist') }}"
:title="$t('Add to this playlist')"
@click="addToPlaylist(playlist.id)">
<i class="plus icon"></i> {{ $t('Add track') }}
</div>