aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-12-21 09:20:53 +0000
committerMario <mario@mariovavti.com>2021-12-21 09:20:53 +0000
commitafa1f1416b3a19d5a4dcccd3a6224963c14b9b5d (patch)
tree3cb74cffa96be4e0658cc460314a67f434cd5774 /Zotlabs/Module
parentf8dfcab0cafdaa816cfaf3767c02641ac4e60ad8 (diff)
downloadvolse-hubzilla-afa1f1416b3a19d5a4dcccd3a6224963c14b9b5d.tar.gz
volse-hubzilla-afa1f1416b3a19d5a4dcccd3a6224963c14b9b5d.tar.bz2
volse-hubzilla-afa1f1416b3a19d5a4dcccd3a6224963c14b9b5d.zip
string change
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Settings/Channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Channel.php b/Zotlabs/Module/Settings/Channel.php
index b192f474d..a0da020b7 100644
--- a/Zotlabs/Module/Settings/Channel.php
+++ b/Zotlabs/Module/Settings/Channel.php
@@ -231,7 +231,7 @@ class Channel {
'$timezone' => ['timezone_select', t('Channel timezone:'), $timezone, '', get_timezones()],
'$defloc' => ['defloc', t('Default post location:'), $defloc, t('Geographical location to display on your posts')],
'$allowloc' => ['allow_location', t('Use browser location'), ((get_pconfig(local_channel(), 'system', 'use_browser_location')) ? 1 : ''), '', $yes_no],
- '$adult' => ['adult', t('Adult Content'), $adult_flag, t('This channel frequently or regularly publishes adult content'), $yes_no],
+ '$adult' => ['adult', t('Adult content'), $adult_flag, t('This channel frequently or regularly publishes adult content'), $yes_no],
'$maxreq' => ['maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']), t('May reduce spam activity')],
'$h_not' => t('Notification Settings'),
'$activity_options' => t('By default post a status message when:'),