diff --git a/src/Module/Item/Compose.php b/src/Module/Item/Compose.php index 3fe6d9402..60e2c65dc 100644 --- a/src/Module/Item/Compose.php +++ b/src/Module/Item/Compose.php @@ -191,8 +191,8 @@ class Compose extends BaseModule '$placeholdercategory' => (Feature::isEnabled(local_user(),'categories') ? L10n::t('Categories (comma-separated list)') : ''), '$public_title' => L10n::t('Public'), '$public_desc' => L10n::t('This post will be sent to all your followers and can be seen in the community pages and by anyone with its link.'), - '$custom_title' => L10n::t('Custom'), - '$custom_desc' => L10n::t('This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won\'t be visible in the community pages nor with its link, and can\'t be sent to connectors (Twitter, Pump.io, etc...).'), + '$custom_title' => L10n::t('Limited/Private'), + '$custom_desc' => L10n::t('This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won\'t appear anywhere public.'), '$emailcc' => L10n::t('CC: email addresses'), '$title' => $title, '$category' => $category, diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl index 8f31ac39d..b1aa73d33 100644 --- a/view/templates/item/compose.tpl +++ b/view/templates/item/compose.tpl @@ -92,36 +92,28 @@
{{$public_desc}}
- {{if $doesFederate}} -