diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-03-30 12:39:28 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-03-30 12:39:28 -0500 |
| commit | 8c5946b72881c38ce43a4b25bda8a38d4f08aac3 (patch) | |
| tree | d0db47014f91afe8937e69f002c17acecf7356b8 /src/i18n | |
| parent | 6e14fb292ce6f5bb76d5a46309536d0a6ca4e067 (diff) | |
Add button in 3dot menu to copy status link to clipboard
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 54d0608e..3a16585d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -616,7 +616,8 @@ "replies_list": "Replies:", "mute_conversation": "Mute conversation", "unmute_conversation": "Unmute conversation", - "status_unavailable": "Status unavailable" + "status_unavailable": "Status unavailable", + "copy_link": "Copy link to status" }, "user_card": { "approve": "Approve", |
