Skip to content
Snippets Groups Projects
Verified Commit a210cfcb authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #169: Fixed template syntax error

parent 2f514da0
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<div <div
v-if="track" v-if="track"
class="ui green icon basic small right floated button" 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)"> @click="addToPlaylist(playlist.id)">
<i class="plus icon"></i> {{ $t('Add track') }} <i class="plus icon"></i> {{ $t('Add track') }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment