Browse Source

refactor(ManageStation): rephrased some sentences

Kristian Vos 2 years ago
parent
commit
60db25564c

+ 1 - 2
frontend/src/components/Request.vue

@@ -1,8 +1,7 @@
 <template>
 	<div class="station-playlists">
 		<p class="top-info has-text-centered">
-			Search for songs to add to queue or auto request songs from
-			playlists
+			Add songs to the queue or automatically request songs from playlists
 		</p>
 		<div class="tabs-container">
 			<div class="tab-selection">

+ 4 - 2
frontend/src/components/modals/ManageStation/Settings.vue

@@ -57,7 +57,7 @@
 					<label class="label">
 						Requests
 						<info-icon
-							tooltip="Allow users to add songs to queue"
+							tooltip="Allow users to add songs to the queue"
 						/>
 					</label>
 					<p class="is-expanded checkbox-control">
@@ -114,7 +114,9 @@
 				<div class="toggle-row">
 					<label class="label">
 						Autofill
-						<info-icon tooltip="Fill station queue with songs" />
+						<info-icon
+							tooltip="Automatically fill the queue with songs"
+						/>
 					</label>
 					<p class="is-expanded checkbox-control">
 						<label class="switch">

+ 2 - 2
frontend/src/components/modals/ManageStation/index.vue

@@ -83,7 +83,7 @@
 							<template #info>
 								<p>
 									Select playlists to automatically add songs
-									within to queue
+									within to the queue
 								</p>
 							</template>
 						</playlist-tab-base>
@@ -105,7 +105,7 @@
 							<template #info>
 								<p>
 									Blacklist a playlist to prevent all songs
-									within from playing in this station.
+									within from playing in this station
 								</p>
 							</template>
 						</playlist-tab-base>