From 2bb8531cc8e64144243576a3322479bd08ba898b Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 30 Jul 2023 19:02:32 +0200 Subject: [PATCH] Do not translate slogan Signed-off-by: David Mehren --- public/views/includes/favicon.ejs | 4 ++-- public/views/index/body.ejs | 2 +- public/views/index/head.ejs | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/views/includes/favicon.ejs b/public/views/includes/favicon.ejs index 1cc8edb59..977bff36e 100644 --- a/public/views/includes/favicon.ejs +++ b/public/views/includes/favicon.ejs @@ -4,8 +4,8 @@ - - + + diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 2abb40c34..3b6ff1b63 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -42,7 +42,7 @@

HedgeDoc logo

- <%= __('Ideas grow better together') %> + Ideas grow better together

CodiMD was renamed to HedgeDoc. Read more diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index 440e7d3a1..dd2a4cfd0 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -4,16 +4,16 @@ - + <%- include('../includes/favicon') %> - - + + -HedgeDoc - <%= __('Collaborative markdown notes') %> +HedgeDoc - Ideas grow better together <%- include('../build/cover-pack-header') %>