diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-04-15 18:21:52 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-04-15 18:21:52 +0000 |
| commit | efa93d0829dc703c560115cf5c7d15985bce915e (patch) | |
| tree | 55c5a16a39363ed6f0f79a24e6f692b655cad4ff /src/i18n | |
| parent | 936eb23bdfeaf40c4844b9e75e083d21bdd9b4d1 (diff) | |
| parent | 329dc833b3d2a4bb36e487bcd420b880865c185a (diff) | |
Merge branch '227-quick-add' into 'develop'
Support user searching to mute/block directly in the mutes/blocks tab
See merge request pleroma/pleroma-fe!727
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 9188c6f7..c71c9036 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -217,6 +217,8 @@ "reply_visibility_self": "Only show replies directed at me", "saving_err": "Error saving settings", "saving_ok": "Settings saved", + "search_user_to_block": "Search whom you want to block", + "search_user_to_mute": "Search whom you want to mute", "security_tab": "Security", "scope_copy": "Copy scope when replying (DMs are always copied)", "minimal_scopes_mode": "Minimize post scope selection options", |
