fix typos
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2021-08-15 20:35:15 +02:00
parent 3800fb2a08
commit 28c0814139
6 changed files with 25 additions and 21 deletions

View File

@ -1,7 +1,8 @@
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
<template>
<div class="alert alert-success text-center mb-0" role="alert">
Willkommen in der Alpha Version! <a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new">Problem? Einfach ein neues Issue Anlegen.</a>
Willkommen beim Alpha-Test!
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new">Problem gefunden? Bitte hier ein Issue anlegen.</a>
</div>
<header v-if="this.$route.path.includes('/s/')">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
@ -63,7 +64,7 @@
class="form-control me-2"
v-model="searchText"
type="search"
placeholder="Direkt Suchen"
placeholder="Profile durchsuchen"
aria-label="Search"
/>
<button
@ -85,7 +86,7 @@
<a href="https://wtf-eg.de/impressum/" class="m-4">Impressum</a>
<a href="https://wtf-eg.de/datenschutz/" class="m-4">Datenschutz</a>
<a href="https://git.wtf-eg.de/kompetenzinventar" class="m-4">git(ea)</a>
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new" class="m-4">Problem Melden</a>
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new" class="m-4">Problem melden</a>
</footer>
</template>
<script>