From d167f7b09257f9bcf663eec0d3f51b0413aac797 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 24 Mar 2019 23:11:48 +0100 Subject: [PATCH] Fix capital letters in language selection Vladan[1] gave a hint about some minor problems with the capitalization of language names. This patch should fix most of them. and removes some "language" prefix and suffixes which are not needed to make clear what people are selecting here. [1]: https://github.com/cvladan Signed-off-by: Sheogorath --- public/views/index/body.ejs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 3b8ef62..9b871f8 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -135,20 +135,20 @@ - + - - + + - + - + - +

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