diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-12-16 17:46:15 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-12-16 17:46:15 +0000 |
| commit | 10399c193a68fc14c0c72b0cf970bfe2605a247e (patch) | |
| tree | e0637d44cbbf22434b8a8a4d4ab81e3a7980e2d6 /src/i18n | |
| parent | 466fc84e8223b83d4da2f6a805041e78e3701447 (diff) | |
| parent | 22546ea8132ab73a1501256dd2686dbf88dfc308 (diff) | |
Merge branch 'feat/move-external-source-button-to-extra-buttons' into 'develop'
Move external source link to extra buttons, expand the expand button
See merge request pleroma/pleroma-fe!1303
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 115d6017..f3450217 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -662,6 +662,7 @@ "unmute_conversation": "Unmute conversation", "status_unavailable": "Status unavailable", "copy_link": "Copy link to status", + "external_source": "External source", "thread_muted": "Thread muted", "thread_muted_and_words": ", has words:", "show_full_subject": "Show full subject", @@ -669,7 +670,8 @@ "show_content": "Show content", "hide_content": "Hide content", "status_deleted": "This post was deleted", - "nsfw": "NSFW" + "nsfw": "NSFW", + "expand": "Expand" }, "user_card": { "approve": "Approve", |
