diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-21 16:28:33 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-21 16:28:33 -0500 |
| commit | d1590311211cbf1036c870eef8c7e9e80fab7a3e (patch) | |
| tree | 37e79ccc4916dd74c604de791df5e83836518310 /src/i18n | |
| parent | 5478192e2074fc4c4f2d9ef1a751618c89fb3582 (diff) | |
Add some aria to post status form
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ebd7d0af..d0965f84 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -266,6 +266,7 @@ "text/markdown": "Markdown", "text/bbcode": "BBCode" }, + "content_type_selection": "Post format", "content_warning": "Subject (optional)", "default": "Just landed in L.A.", "direct_warning_to_all": "This post will be visible to all the mentioned users.", @@ -283,6 +284,7 @@ "private": "This post will be visible to your followers only", "unlisted": "This post will not be visible in Public Timeline and The Whole Known Network" }, + "scope_notice_dismiss": "Close this notice", "scope": { "direct": "Direct - post to mentioned users only", "private": "Followers-only - post to followers only", |
