From 07c8ff4571045fe5155091a1a301bf5def8202e8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 15 Dec 2025 16:49:09 +0200 Subject: [PATCH] chore(note_type_switcher): shorten last modified date --- apps/client/src/translations/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index c3b621a8a..611f527fd 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1759,7 +1759,7 @@ "note_title": { "placeholder": "type note's title here...", "created_on": "Created on ", - "last_modified": "Last modified on ", + "last_modified": "Modified on ", "note_type_switcher_label": "Switch from {{type}} to:", "note_type_switcher_others": "Other note type", "note_type_switcher_templates": "Template",