From bc2fd5529879a29fca64c3e97026ab8965395283 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:17:08 +0200 Subject: [PATCH] Add question about VoDs to FAQ Closes #1301 --- app/routes/faq.tsx | 2 +- public/locales/en/faq.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/routes/faq.tsx b/app/routes/faq.tsx index 5f91f755c..9a0a92882 100644 --- a/app/routes/faq.tsx +++ b/app/routes/faq.tsx @@ -6,7 +6,7 @@ import styles from "~/styles/faq.css"; import { makeTitle } from "~/utils/strings"; import { type SendouRouteHandle } from "~/utils/remix"; -const AMOUNT_OF_QUESTIONS = 6; +const AMOUNT_OF_QUESTIONS = 7; export const meta: MetaFunction = () => { return { diff --git a/public/locales/en/faq.json b/public/locales/en/faq.json index 7017ec5a7..aeac7f3cb 100644 --- a/public/locales/en/faq.json +++ b/public/locales/en/faq.json @@ -15,5 +15,8 @@ "a5": "No, but sendou.ink can be installed as 'Progressive Web App' that gets many of the same benefits such as full-screen, icon on the home screen and separate process from browser. Google 'how to install pwa on *your browser*' to see how.", "q6": "How to add Twitch/Twitter/YouTube to my profile?", - "a6": "We use your Discord profile for that. Connect and verify them on Discord then log out and back in on sendou.ink to have them update." + "a6": "We use your Discord profile for that. Connect and verify them on Discord then log out and back in on sendou.ink to have them update.", + + "q7": "How can I add videos?", + "a7": "Send a message to Sendou on Discord for access and instructions." }