diff options
Diffstat (limited to 'admin/templates/system.php')
-rw-r--r-- | admin/templates/system.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/templates/system.php b/admin/templates/system.php index 4087b40a483..92ff9c836a8 100644 --- a/admin/templates/system.php +++ b/admin/templates/system.php @@ -3,6 +3,6 @@ * Template for admin pages */ ?> -<h1>Administration</h1> -<h2>System Settings</h2> +<h1><?php echo $l->t( 'Administration' ); ?></h1> +<h2><?php echo $l->t( 'System Settings' ); ?></h2> #TBD
\ No newline at end of file |