wordsmithing

This commit is contained in:
nobody 2021-10-31 13:02:44 -07:00
parent 9af1a1fca3
commit 1ae6a35391

View file

@ -1328,9 +1328,9 @@ function z_status_editor($x, $popup = false) {
$permiss = []; $permiss = [];
$perm_opts = [ $perm_opts = [
array( t('Connections only'), PERMS_SPECIFIC), [ t('Restricted - from connections only'), PERMS_SPECIFIC ],
array( t('Semi-public - anybody identifiable'), PERMS_AUTHED), [ t('Semi-public - from anybody that can be identified'), PERMS_AUTHED ],
array( t('Public - anybody on the internet'), PERMS_PUBLIC) [ t('Public - from anybody on the internet'), PERMS_PUBLIC ]
]; ];
$limits = PermissionLimits::Get(local_channel()); $limits = PermissionLimits::Get(local_channel());