diff --git a/locales/en.json b/locales/en.json index 262b5f7..15ed6e4 100644 --- a/locales/en.json +++ b/locales/en.json @@ -114,6 +114,6 @@ "Export user data": "Export user data", "Help us translating on %s": "Help us translating on %s", "Source Code": "Source Code", - "Powered by": "Powered by", + "Powered by %s": "Powered by %s", "Register": "Register" } diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 3cab8bf..40ff9db 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -150,7 +150,7 @@

- <%= __('Powered by') %> CodiMD | <%= __('Releases') %>| <%= __('Source Code') %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %> + <%- __('Powered by %s', 'CodiMD') %> | <%= __('Releases') %>| <%= __('Source Code') %><% if(privacyStatement) { %> | <%= __('Privacy') %><% } %><% if(termsOfUse) { %> | <%= __('Terms of Use') %><% } %>

<%- __('Follow us on %s and %s.', ' GitHub, Riot', ' POEditor') %>