diff options
| author | tusooa <tusooa@kazv.moe> | 2023-07-12 21:34:19 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-07-17 11:27:07 -0400 |
| commit | d72486f3e4f2af9db95535f3f93e6257c675e155 (patch) | |
| tree | ad87588d58956bdd15c85f1d7cb0ec7dfebe7a23 /src/i18n | |
| parent | 1c2048749480800e2d44b3876378beee421a79ba (diff) | |
Implement sending quote posts
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 a7ab451f..4bfad3f9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -261,6 +261,8 @@ "post_status": { "edit_status": "Edit status", "new_status": "Post new status", + "reply_option": "Reply to this status", + "quote_option": "Quote this status", "account_not_locked_warning": "Your account is not {0}. Anyone can follow you to view your follower-only posts.", "account_not_locked_warning_link": "locked", "attachments_sensitive": "Mark attachments as sensitive", |
