From a5ed4ac6e94f67934552c165253c96886830555f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 18 Oct 2021 18:13:44 -0700 Subject: [PATCH] Add link to forum --- src/translation/en.json | 3 ++- src/views/app.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/translation/en.json b/src/translation/en.json index e86dbda66..a3d7461f2 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1490,7 +1490,8 @@ "twicePerDay": "Twice per Day", "everySunday": "Every Sunday" } - } + }, + "forumUrlAction": "Need help? Ask in the forum" }, "login": { "loginTo": "Login to", diff --git a/src/views/app.html b/src/views/app.html index 9dba5aaee..c67347c78 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -525,6 +525,8 @@
  • {{ 'app.adminPageAction' | tr }}
  • {{ 'app.sftpInfoAction' | tr }}
  • +
  • {{ 'app.forumUrlAction' | tr }}
  • +
  • {{ 'app.projectWebsiteAction' | tr }}