From fdf6d4572eb594023c9a9f718f336148efd0d1cb Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Tue, 24 Sep 2024 16:37:23 +0200 Subject: [PATCH 01/13] feat:#54 added htwk app information --- frontend/src/i18n/translations/en.json | 7 +++++++ frontend/src/view/FaqView.vue | 12 +++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json index 7f2992f..e2807d9 100644 --- a/frontend/src/i18n/translations/en.json +++ b/frontend/src/i18n/translations/en.json @@ -229,6 +229,13 @@ "six": "Make other settings as desired.", "seven": "Click on 'Subscribe to calendar.'", "eight": "The Windows Phone device must be logged in with the same Outlook.com user account. From now on, calendar synchronization should occur automatically." + }, + "htwk_app": { + "description": "The HTWK app offers the possibility to subscribe to the timetable directly in the app. All you have to do is insert the token in the app and you'll always have your timetable with you. ", + "one": "Create your calendar and copy the token.", + "two": "Open the HTWK app and go to the calendar.", + "three": "Paste the token there and you'll always have your timetable with you.", + "four": "If you have already subscribed to a calendar in the app, you can change the calendar using the button at the top right." } }, "fourthQuestion": "Subscribe to the calendar? I want to download it!", diff --git a/frontend/src/view/FaqView.vue b/frontend/src/view/FaqView.vue index d856c85..042ff99 100644 --- a/frontend/src/view/FaqView.vue +++ b/frontend/src/view/FaqView.vue @@ -16,7 +16,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> - +