diff --git a/docs/users/playlists.rst b/docs/users/playlists.rst index db3599be2f63ed752666ef1c5932ef73c001b4e8..bac20745e675b27cc92403f3b76bd54d681cabc7 100644 --- a/docs/users/playlists.rst +++ b/docs/users/playlists.rst @@ -41,7 +41,7 @@ To add the currently playing song to a playlist: - On the player at the bottom left of the screen, select the list icon to bring up the playlists pop-up - Find the playlist you would like to add the song to and click "Add track" -- The changes will be saved automatically. Click "End Edition" to stop editing the playlist +- The changes will be saved automatically. Click "Stop Editing" to stop editing the playlist Add Music From Library ^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -51,7 +51,7 @@ To add tracks from anywhere in Funkwhale: - Search for the song or album you want to add to the playlist in the Search menu - Next to the song in question, you will see a list icon. Click on this to bring up the playlists pop-up - Find the playlist you would like to add the song to -- The changes will be saved automatically. Click "End Edition" to stop editing the playlist +- The changes will be saved automatically. Click "Stop Editing" to stop editing the playlist Add Music From Queue ^^^^^^^^^^^^^^^^^^^^^^^ @@ -63,7 +63,7 @@ To store the music that is currently in your queue: - Click on the playlist you want to add your content to - In the window that appears, select "Edit" to start a new edition - In the "Playlist editor" that appears, select "Insert from Queue" to add all content -- The changes will be saved automatically. Click "End Edition" to stop editing the playlist +- The changes will be saved automatically. Click "Stop Editing" to stop editing the playlist Edit Playlist Contents ---------------------- @@ -79,7 +79,7 @@ To remove a song or songs from a playlist: - In the window that appears, select "Edit" to start a new edition - For any track you want to remove, click on the red trash can icon on the right-hand side - To remove all tracks at once, click "Clear Playlist" -- The changes will save automatically. Click "End Edition" to stop editing the playlist +- The changes will save automatically. Click "Stop Editing" to stop editing the playlist Reorder Music in a Playlist ^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -91,7 +91,7 @@ To change the order of songs in a playlist: - Click on the playlist you want to reorder - In the window that appears, select "Edit" to start a new edition - Drag the songs into the new order you want to store them in -- The changes will save automatically. Click "End Edition" to stop editing the playlist +- The changes will save automatically. Click "Stop Editing" to stop editing the playlist Edit Playlist Settings ---------------------- @@ -104,7 +104,7 @@ If you want to change the name or visibility of a playlist, you will need to edi - In the window that appears, select "Edit" to start a new edition - Change the "Playlist name" or "Playlist visibility" to their new values - Click "Update playlist" to commit your changes -- Click "End Edition" to stop editing the playlist +- Click "Stop Editing" to stop editing the playlist Delete a Playlist ----------------- diff --git a/front/src/views/playlists/Detail.vue b/front/src/views/playlists/Detail.vue index a58c4d05bd9a1f8df7fb801c64e0ac6894be4d8b..99bf84761d0d890ed13f327f4aee3ca0fce907f1 100644 --- a/front/src/views/playlists/Detail.vue +++ b/front/src/views/playlists/Detail.vue @@ -28,7 +28,7 @@ v-if="$store.state.auth.profile && playlist.user.id === $store.state.auth.profile.id" @click="edit = !edit"> <i class="pencil icon"></i> - <template v-if="edit"><translate translate-context="Content/Playlist/Button.Label/Verb">End edition</translate></template> + <template v-if="edit"><translate translate-context="Content/Playlist/Button.Label/Verb">Stop Editing</translate></template> <template v-else><translate translate-context="Content/*/Button.Label/Verb">Edit</translate></template> </button> <button