diff --git a/front/src/components/playlists/Card.vue b/front/src/components/playlists/Card.vue index 6dd1b0a0c..670b43194 100644 --- a/front/src/components/playlists/Card.vue +++ b/front/src/components/playlists/Card.vue @@ -10,13 +10,16 @@ {{ playlist.user.username }}
Do you want to clear the playlist "{{ playlist.name }}"?
-This will remove all tracks from this playlist and cannot be undone.
-Clear playlist
+ {{ $t('Clear playlist') }} +{{ $t('Do you want to clear the playlist "{%name%}"?', { name: playlist.name }) }}
+{{ $t('This will remove all tracks from this playlist and cannot be undone.') }}
+{{ $t('Clear playlist') }}