diff --git a/src/translation/en.json b/src/translation/en.json index f1ee6652c..402c971af 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -210,7 +210,18 @@ } }, "branding": { - "title": "Branding" + "title": "Branding", + "cloudronName": "Cloudron Name", + "logo": "Logo", + "footer": { + "title": "Footer", + "description": "Use markdown to style the footer.", + "subscriptionRequired": "Customizing the footer is only available in the paid plans.", + "setupSubscriptionNow": "Setup Subscription Now" + }, + "changeLogo": { + "title": "Choose Cloudron Avatar" + } }, "emails": { "title": "Email" diff --git a/src/views/branding.html b/src/views/branding.html index 49697db07..c93a9e263 100644 --- a/src/views/branding.html +++ b/src/views/branding.html @@ -3,7 +3,7 @@ @@ -38,14 +38,14 @@
- +
{{about.error.cloudronName}}
- +
@@ -68,14 +68,14 @@
-

Footer

+

{{ 'branding.footer.title' | tr }}

- Use markdown to style the footer.

+

{{ 'branding.footer.description' | tr }}

@@ -91,7 +91,7 @@
- Customizing the footer is only available in the paid plans. Setup Subscription Now + {{ 'branding.footer.subscriptionRequired' | tr }} {{ 'branding.footer.setupSubscriptionNow' | tr }}