diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 4689a7546d..2d871a6e44 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -6,6 +6,28 @@
{{ lang('STORAGE_TITLE_EXPLAIN') }}
+{L_STORAGE_NAME} | +{L_STORAGE_NUM_FILES} | +{L_STORAGE_SIZE} | +{L_STORAGE_FREE} | +
---|---|---|---|
{{ lang('STORAGE_' ~ storage.get_name | upper ~ '_TITLE') }} | +{{ storage.get_num_files }} | +{{ storage.get_size | format_bytes }} | +{{ storage.free_space | format_bytes }} | +