Skip to content
Snippets Groups Projects
Commit 6ba391c8 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Merge pull request #2815 from owncloud/default-quota

Users: fix "Other.." quota option for the default quota
parents c10d4af2 27f710d8
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ $_['subadmingroups'] = array_flip($items);
<?php p($_['default_quota']);?>
</option>
<?php endif;?>
<option value='other'>
<option data-new value='other'>
<?php p($l->t('Other'));?>
...
</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment