mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-23 08:36:41 +00:00
fix(localization): fix missing string in template (#835)
* fix(localization): fix missing string in template * chore: temp place locale
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal
|
||||
<footer>
|
||||
<div class="centered-div">
|
||||
<p>
|
||||
{ localizer.T("protected_by") } <a href="https://github.com/TecharoHQ/anubis">Anubis</a> from <a
|
||||
{ localizer.T("protected_by") } <a href="https://github.com/TecharoHQ/anubis">Anubis</a> { localizer.T("protected_from") } <a
|
||||
href="https://techaro.lol"
|
||||
>Techaro</a>. { localizer.T("made_with") }.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user