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 @@