diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-16 08:05:46 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-16 08:05:46 +0200 |
commit | 291b0edbe0da045ce2b68d916d1b41f3c4ee6384 (patch) | |
tree | d40601135a8a79e8364858b68dfc8190c5055a45 /view/tpl/acl_selector.tpl | |
parent | 452c4d13b09e123dbce96e5dcd859f663b59ccbb (diff) | |
download | volse-hubzilla-291b0edbe0da045ce2b68d916d1b41f3c4ee6384.tar.gz volse-hubzilla-291b0edbe0da045ce2b68d916d1b41f3c4ee6384.tar.bz2 volse-hubzilla-291b0edbe0da045ce2b68d916d1b41f3c4ee6384.zip |
rename limited -> custom
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index dbddc24a9..70ef4469a 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -18,7 +18,7 @@ <option id="acl-showall" value="public" selected>{{$showall}}</option> {{$groups}} <option id="acl-onlyme" value="onlyme">{{$onlyme}}</option> - <option id="acl-showlimited" value="limited">{{$showlimited}}</option> + <option id="acl-custom" value="custom">{{$custom}}</option> </select> {{if $showallOrigin}} |