« get me outta code hell

Merge branch 'master' into socket-mtui - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/client.js
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-03-15 20:57:02 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-03-15 20:57:02 -0300
commit7dfc24b445d96f46049ea680cd8b81e7200baa71 (patch)
treefeacad19d97dfc722ab81a808f49a4cd6b73dd93 /client.js
parent3d6c5b9bb1f9a42cebc61cbe3b0b5fb69bc146e8 (diff)
parente13e8790feaaa736aab69191996734a14c808012 (diff)
Merge branch 'master' into socket-mtui
Diffstat (limited to 'client.js')
-rw-r--r--client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.js b/client.js
index 645fe42..aa854ed 100644
--- a/client.js
+++ b/client.js
@@ -66,7 +66,7 @@ const setupClient = async ({backend, writable, interfacer, appConfig}) => {
   let grouplike = {
     name: 'My ~/Music Library',
     comment: (
-      '(Add songs and folders to ~/Music to make them show up here,' +
+      '(Add tracks and folders to ~/Music to make them show up here,' +
       ' or pass mtui your own playlist.json file!)'),
     source: ['crawl-local', os.homedir() + '/Music']
   }