diff options
| author | winter | 2025-02-06 20:54:52 +0000 |
|---|---|---|
| committer | winter | 2025-02-06 20:54:52 +0000 |
| commit | 27c2a1df69001f979ad9ed5ffbac06fc106b9e30 (patch) | |
| tree | 5f22e3ae15797d3add4659dd70e8d78917c4a9f6 /locale | |
| parent | 0c9c33d2f626c235ef24d9fabc723be11cd6088b (diff) | |
allow writing alt text on image attachments
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index c7bccdf..57c0fa1 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -81,6 +81,8 @@ "writeNote.mentions.placeholder": "someone@social.example", "writeNote.attachments.label": "Attached files", "writeNote.attachments.add.action": "Add a file", + "writeNote.attachments.remove.action": "Remove", + "writeNote.attachments.altText.label": "Image description", "writeReply.label": "Write a reply", "writeReply.action": "Reply", "followRequests.pageTitle": "Pending follow requests", |
