Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
l10n: Change size of letters
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Nov 2, 2021
commit d996b3d4ec42b2df55fe14b9edd8f274da209484
4 changes: 2 additions & 2 deletions templates/settings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ class="barchart"
<em id="phpVersion"><?php p($_['php']['version']); ?></em>
</p>
<p>
<?php p($l->t('Memory Limit').':'); ?>
<?php p($l->t('Memory limit').':'); ?>
<em id="phpMemLimit"><?php p($_['php']['memory_limit']); ?></em>
</p>
<p>
<?php p($l->t('Max Execution Time').':'); ?>
<?php p($l->t('Max execution time').':'); ?>
<em id="phpMaxExecTime"><?php p($_['php']['max_execution_time']); ?></em>
</p>
<p>
Expand Down