🐛 fix missing dict entry in admin login ui

This commit is contained in:
DrMaxNix 2024-07-30 20:47:31 +02:00
parent 2971ddaa74
commit b87c44bf31
2 changed files with 20 additions and 18 deletions

View File

@ -7,23 +7,5 @@
"de" => "Quellcode",
"en" => "Source Code",
],
"text_imprint" => [
"de" => "Impressum",
"en" => "Imprint",
],
"link_imprint" => [
"de" => "/impressum",
"en" => "/imprint",
],
"text_privacy_policy" => [
"de" => "Datenschutz­erklärung",
"en" => "Privacy Policy",
],
"link_privacy_policy" => [
"de" => "/datenschutz",
"en" => "/privacy",
],
]);
?>

View File

@ -11,5 +11,25 @@
"de" => "Alle Infos zum Selbstbestimmungsgesetz an einem Ort",
"en" => "Everything about the German Self-Determination Law in one place",
],
"text_imprint" => [
"de" => "Impressum",
"en" => "Imprint",
],
"link_imprint" => [
"de" => "/impressum",
"en" => "/imprint",
],
"text_privacy_policy" => [
"de" => "Datenschutz­erklärung",
"en" => "Privacy Policy",
],
"link_privacy_policy" => [
"de" => "/datenschutz",
"en" => "/privacy",
],
]);
?>