diff --git a/front/src/components/playlists/Editor.vue b/front/src/components/playlists/Editor.vue
index 5b5311f14..fee9ef6b0 100644
--- a/front/src/components/playlists/Editor.vue
+++ b/front/src/components/playlists/Editor.vue
@@ -2,16 +2,16 @@
- Syncing changes to server…
+ Syncing changes to server…
- An error occured while saving your changes
+ An error occured while saving your changes
- {{ error }}
@@ -19,7 +19,7 @@
- Changes synced with server
+ Changes synced with server
@@ -29,7 +29,7 @@
:class="['ui', {disabled: queueTracks.length === 0}, 'labeled', 'icon', 'button']"
:title="labels.copyTitle">
-
@@ -38,16 +38,16 @@
- Clear playlist
+ Clear playlist
- Do you want to clear the playlist "%{ playlist }"?
+ Do you want to clear the playlist "%{ playlist }"?
- This will remove all tracks from this playlist and cannot be undone.
- Clear playlist
+ This will remove all tracks from this playlist and cannot be undone.
+ Clear playlist
- Drag and drop rows to reorder tracks in the playlist
+ Drag and drop rows to reorder tracks in the playlist
@@ -160,7 +160,7 @@ export default {
}),
labels () {
return {
- copyTitle: this.$gettext('Copy queued tracks to playlist')
+ copyTitle: this.$pgettext('Content/Playlist/Button.Tooltip/Verb', 'Copy queued tracks to playlist')
}
},
status () {