From 6abf3aefbdc9132d641ac0586a3919fc843e1541 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 11 Jul 2023 20:55:49 +0200 Subject: [PATCH] fix: add new slogan https://community.hedgedoc.org/t/and-the-new-slogan-is/1082 Signed-off-by: Tilman Vatteroth --- LICENSE | 6 +++--- frontend/locales/en.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 820ad71c7..d382935c8 100644 --- a/LICENSE +++ b/LICENSE @@ -629,9 +629,9 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - HedgeDoc - The best platform to write and share markdown. - Copyright (C) 2022 The HedgeDoc developers - + HedgeDoc - Ideas grow better together + Copyright (C) 2023 The HedgeDoc developers + The individual contributors can be found on https://github.com/hedgedoc/hedgedoc/graphs/contributors or in the local AUTHORS file. diff --git a/frontend/locales/en.json b/frontend/locales/en.json index e758e986d..68946a968 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -1,6 +1,6 @@ { "app": { - "slogan": "The best platform to write and share markdown.", + "slogan": "Ideas grow better together", "title": "Collaborative markdown notes", "icon": "HedgeDoc logo with text" },