mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 20:12:26 +01:00
feat:#54 added htwk app information
This commit is contained in:
@@ -16,7 +16,8 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex align-items-center justify-content-center flex-column">
|
||||
@@ -206,6 +207,15 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<li>{{ $t("faqView.thirdAnswer.windows_phone.eight") }}</li>
|
||||
</ol>
|
||||
</AccordionTab>
|
||||
<AccordionTab header="HTWK App">
|
||||
<p>{{ $t("faqView.thirdAnswer.htwk_app.description") }}</p>
|
||||
<ol>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.one") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.two") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.three") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.four") }}</li>
|
||||
</ol>
|
||||
</AccordionTab>
|
||||
</Accordion>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user