diff --git a/templates/settings-admin.php b/templates/settings-admin.php index 41695bd3..18c44c5e 100644 --- a/templates/settings-admin.php +++ b/templates/settings-admin.php @@ -56,18 +56,18 @@ function FormatMegabytes(int $byte): string {
-

t('Operating System').':'); ?>

-

t('CPU').':'); ?> +

t('Operating System:')); ?>

+

t('CPU:')); ?>

t('Unknown Processor')) ?>

-

t('Memory').':'); ?> +

t('Memory:')); ?> getMemTotal() > 0): ?> getMemTotal())) ?>

-

t('Server time').':'); ?>

-

t('Uptime').':'); ?>

+

t('Server time:')); ?>

+

t('Uptime:')); ?>

@@ -122,15 +122,15 @@ function FormatMegabytes(int $byte): string {

getDevice())); ?>

- t('Mount')); ?>: + t('Mount:')); ?> getMount()); ?>
- t('Filesystem')); ?>: + t('Filesystem:')); ?> getFs()); ?>
- t('Size')); ?>: + t('Size:')); ?> getUsed() + $disk->getAvailable())); ?>
- t('Available')); ?>: + t('Available:')); ?> getAvailable())); ?>
- t('Used')); ?>: + t('Used:')); ?> getPercent()); ?>
@@ -142,10 +142,10 @@ function FormatMegabytes(int $byte): string { t('You will get a notification once one of your disks is nearly full.')); ?> -

t('Files').':'); ?>

-

t('Storages').':'); ?>

+

t('Files:')); ?>

+

t('Storages:')); ?>

-

t('Free Space').':'); ?>

+

t('Free Space:')); ?>

@@ -160,15 +160,15 @@ function FormatMegabytes(int $byte): string {
- t('Hostname')); ?>: + t('Hostname:')); ?>
- t('DNS')); ?>: + t('DNS:')); ?>
- t('Gateway')); ?>: + t('Gateway:')); ?>
@@ -179,18 +179,18 @@ function FormatMegabytes(int $byte): string {

- t('Status')); ?>: + t('Status:')); ?>
- t('Speed')); ?>: + t('Speed:')); ?>
- t('MAC')); ?>: + t('MAC:')); ?>
- t('IPv4')); ?>: + t('IPv4:')); ?>
- t('IPv6')); ?>: + t('IPv6:')); ?>
@@ -224,7 +224,7 @@ class="barchart" >

- t('Total users').':'); ?> + t('Total users:')); ?>

@@ -266,19 +266,19 @@ class="barchart"

- t('Version').':'); ?> + t('Version:')); ?>

- t('Memory limit').':'); ?> + t('Memory limit:')); ?>

- t('Max execution time').':'); ?> + t('Max execution time:')); ?>

- t('Upload max size').':'); ?> + t('Upload max size:')); ?>

@@ -298,15 +298,15 @@ class="barchart"

- t('Type').':'); ?> + t('Type:')); ?>

- t('Version').':'); ?> + t('Version:')); ?>

- t('Size').':'); ?> + t('Size:')); ?>

@@ -322,7 +322,7 @@ class="barchart"

t('External monitoring tool')); ?>

- t('You can connect an external monitoring tool by using this end point').':'); ?> + t('You can connect an external monitoring tool by using this end point:')); ?>

@@ -332,7 +332,7 @@ class="barchart" t('Appending "?format=json" at the end of the URL gives you the result in JSON.')); ?>

- t('To use an access token, please generate one then set it using the following command').':'); ?> + t('To use an access token, please generate one then set it using the following command:')); ?>

occ config:app:set serverinfo token --value yourtoken

@@ -343,3 +343,4 @@ class="barchart"

+