diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-08 08:33:20 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-08 08:33:20 +0000 |
| commit | ec7bee6bd6c41fcd2f2006c9e3ac5f91def1b768 (patch) | |
| tree | 6d7a1ddb581a3879165828c059596847408638b3 /src/i18n | |
| parent | f40de85b92f55903da39c5c0f1b8db6ca7cb88f6 (diff) | |
| parent | f4676e17d3ec15f7c8bad776a7c7799f83f679b0 (diff) | |
Merge branch 'feature/copy-link' into 'develop'
Copy status link to clipboard
See merge request pleroma/pleroma-fe!1085
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 e42754ea..d5748719 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -620,7 +620,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", |
