Footer HTML support, updated german translation

This commit is contained in:
Patrick Hafner 2021-12-25 04:09:41 +01:00
parent 3a12e209da
commit 9ee591417d
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ export default {
"Hide Tags": "Tags ausblenden",
Description: "Beschreibung",
"No monitors available.": "Keine Monitore verfügbar.",
"Add one": "Füge eins hinzu",
"Add one": "Hinzufügen",
"No Monitors": "Keine Monitore",
"Untitled Group": "Gruppe ohne Titel",
Services: "Dienste",

View File

@ -222,7 +222,7 @@
</div>
<footer class="mt-5 mb-4">
<p v-if="config.poweredBy">{{ config.poweredBy }}</p>
<p v-if="config.poweredBy" v-html="config.poweredBy"></p>
<p v-else>{{ $t("Powered by") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" ) }}</a></p>
</footer>
</div>