aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/en_GB.json
diff options
context:
space:
mode:
authorwinter2025-03-15 21:26:02 +0000
committerwinter2025-03-15 21:26:02 +0000
commit8843a8cb197e71b1ca42f1ea56be5f806ad0f5b4 (patch)
tree20ca690e9bd3e4996421eb4d43c0b4fbdaf0ff95 /locale/en_GB.json
parentd8e440b1998e5c3e33445f2ec020d261fc7fa714 (diff)
implement note editing
and improve display of edited note timestamps
Diffstat (limited to 'locale/en_GB.json')
-rw-r--r--locale/en_GB.json5
1 files changed, 4 insertions, 1 deletions
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",