From 8843a8cb197e71b1ca42f1ea56be5f806ad0f5b4 Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 15 Mar 2025 21:26:02 +0000 Subject: implement note editing and improve display of edited note timestamps --- locale/en_GB.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'locale/en_GB.json') diff --git a/locale/en_GB.json b/locale/en_GB.json index c0bd6a0..22cc291 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -39,13 +39,16 @@ "note.action.dislike": "Dislike", "note.action.reshare": "Reshare", "note.action.reply": "Reply", - "note.action.delete": "Delete note", + "note.action.delete": "Delete", "note.action.delete.confirmation": "Are you sure you want to permanently delete this note?", + "note.action.edit": "Edit", + "note.editForm.label": "Edit note", "note.openRemote": "Open on original instance", "note.openPage": "View page", "note.page.summaryMessage": "Published a new page: \"%s\"", "note.info.replyTo": "In reply to %s", "note.info.mentions": "Mentions %s", + "note.info.modified": "Last modified %s", "note.privacy.scope.none": "Private", "note.privacy.scope.mutuals": "Mutuals only", "note.privacy.scope.followers": "Followers only", -- cgit v1.3