Display upload limit on the Features panel

This commit is contained in:
eugenijm 2020-12-11 17:11:03 +03:00
parent 99e12091b7
commit 51e6f5e255
4 changed files with 8 additions and 2 deletions

View file

@ -25,6 +25,7 @@
</li>
<li>{{ $t('features_panel.scope_options') }}</li>
<li>{{ $t('features_panel.text_limit') }} = {{ textlimit }}</li>
<li>{{ $t('features_panel.upload_limit') }} = {{ uploadlimit.num }} {{ $t('upload.file_size_units.' + uploadlimit.unit) }}</li>
</ul>
</div>
</div>