Add "recommended" label to activity/peers API toggles in admin UI (#16081)
This commit is contained in:
parent
b5ac17c4b6
commit
23b102f661
2 changed files with 4 additions and 4 deletions
|
@ -72,10 +72,10 @@
|
|||
|
||||
- unless whitelist_mode?
|
||||
.fields-group
|
||||
= f.input :activity_api_enabled, as: :boolean, wrapper: :with_label, label: t('admin.settings.activity_api_enabled.title'), hint: t('admin.settings.activity_api_enabled.desc_html')
|
||||
= f.input :activity_api_enabled, as: :boolean, wrapper: :with_label, label: t('admin.settings.activity_api_enabled.title'), hint: t('admin.settings.activity_api_enabled.desc_html'), recommended: true
|
||||
|
||||
.fields-group
|
||||
= f.input :peers_api_enabled, as: :boolean, wrapper: :with_label, label: t('admin.settings.peers_api_enabled.title'), hint: t('admin.settings.peers_api_enabled.desc_html')
|
||||
= f.input :peers_api_enabled, as: :boolean, wrapper: :with_label, label: t('admin.settings.peers_api_enabled.title'), hint: t('admin.settings.peers_api_enabled.desc_html'), recommended: true
|
||||
|
||||
.fields-group
|
||||
= f.input :preview_sensitive_media, as: :boolean, wrapper: :with_label, label: t('admin.settings.preview_sensitive_media.title'), hint: t('admin.settings.preview_sensitive_media.desc_html')
|
||||
|
|
|
@ -562,7 +562,7 @@ en:
|
|||
settings:
|
||||
activity_api_enabled:
|
||||
desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets
|
||||
title: Publish aggregate statistics about user activity
|
||||
title: Publish aggregate statistics about user activity in the API
|
||||
bootstrap_timeline_accounts:
|
||||
desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
|
||||
title: Default follows for new users
|
||||
|
@ -593,7 +593,7 @@ en:
|
|||
title: Mascot image
|
||||
peers_api_enabled:
|
||||
desc_html: Domain names this server has encountered in the fediverse
|
||||
title: Publish list of discovered servers
|
||||
title: Publish list of discovered servers in the API
|
||||
preview_sensitive_media:
|
||||
desc_html: Link previews on other websites will display a thumbnail even if the media is marked as sensitive
|
||||
title: Show sensitive media in OpenGraph previews
|
||||
|
|
Loading…
Reference in a new issue