diff --git a/i18n/default_de.json b/i18n/default_de.json index a7345cf..8d77617 100644 --- a/i18n/default_de.json +++ b/i18n/default_de.json @@ -336,6 +336,9 @@ "Remove": "Entfernen", "Allowed file types: SVG, PNG, JPG, WEBP": "Erlaubte Dateitypen: SVG, PNG, JPG, WEBP", "Favicon": "Favicon", + "Tenant favicon": "Mandanten-Favicon", + "Square PNG. Icons are center-cropped.": "Quadratisches PNG. Symbole werden mittig zugeschnitten.", + "Delete this favicon?": "Dieses Favicon löschen?", "Upload favicon": "Favicon hochladen", "Favicon updated": "Favicon aktualisiert", "Favicon removed": "Favicon entfernt", diff --git a/i18n/default_en.json b/i18n/default_en.json index 471d487..d372196 100644 --- a/i18n/default_en.json +++ b/i18n/default_en.json @@ -336,6 +336,9 @@ "Remove": "Remove", "Allowed file types: SVG, PNG, JPG, WEBP": "Allowed file types: SVG, PNG, JPG, WEBP", "Favicon": "Favicon", + "Tenant favicon": "Tenant favicon", + "Square PNG. Icons are center-cropped.": "Square PNG. Icons are center-cropped.", + "Delete this favicon?": "Delete this favicon?", "Upload favicon": "Upload favicon", "Favicon updated": "Favicon updated", "Favicon removed": "Favicon removed", diff --git a/pages/admin/tenants/_form.phtml b/pages/admin/tenants/_form.phtml index db0427b..a9170d9 100644 --- a/pages/admin/tenants/_form.phtml +++ b/pages/admin/tenants/_form.phtml @@ -235,6 +235,35 @@ $openOverrideCard = $detailsOpenAll;