mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
string change
This commit is contained in:
@@ -230,7 +230,7 @@ class Channel {
|
||||
'$h_basic' => t('Basic Settings'),
|
||||
'$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],
|
||||
'$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],
|
||||
'$maxreq' => ['maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']), t('May reduce spam activity')],
|
||||
'$h_not' => t('Notification Settings'),
|
||||
|
||||
Reference in New Issue
Block a user