From 1d5a9c1501cc95db666b8db970d4ff20d264999e Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 18 Jul 2017 09:58:56 -0400 Subject: [PATCH] Add troubleshooting category I added it after Setup, not sure if that's a good place or not. --- controller/action/ContentActions.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/action/ContentActions.class.php b/controller/action/ContentActions.class.php index 05cf9bc9..cd5e1a59 100644 --- a/controller/action/ContentActions.class.php +++ b/controller/action/ContentActions.class.php @@ -88,6 +88,7 @@ class ContentActions extends Actions 'LBRY 101' => 'Intro to LBRY', 'getstarted' => 'Getting Started', 'setup' => 'Installing and Running LBRY', + 'troubleshooting' => 'Help and Troubleshooting', 'wallet' => 'The LBRY Wallet', 'mining' => 'Mining LBC', 'developer' => 'Developers',