From 17951831224cca1aff06faef729c2ba880f79723 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Wed, 18 Sep 2024 19:56:20 +0200 Subject: [PATCH] fix(translation): change the placeholder text The url the placeholder text linked to is not accurate anymore and needed to be changed. Also the "Happy hacking" part seemed outdated so we changed it to "Let the ideas grow" in accordance with the new slogan of HedgeDoc Signed-off-by: Philip Molares --- frontend/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 3bf141350..4f9671488 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -231,7 +231,7 @@ "failed": "Error while uploading {{fileName}}" }, "untitledNote": "Untitled", - "placeholder": "← Start by entering a title here\n===\nVisit {{host}}features if you don't know what to do.\nHappy hacking :)", + "placeholder": "← Start by entering a title here\n===\nVisit {{host}}cheatsheet if you don't know what to do.\nLet the ideas grow :)", "infoToc": "Structure your note with headings to see a table-of-contents here.", "onlineStatus": { "online": "Online",