From f899d77ba59a63fc82c3512d2b40683876f1f335 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 23 Mar 2015 11:35:38 +0100 Subject: [PATCH] fix capitalization in Personal settings --- settings/templates/personal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 8cd3b03231b..1d5bf1fc54f 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -94,7 +94,7 @@ if($_['displayNameChangeSupported']) { ?>

- +

-

t('Full Name');?>

+

t('Full name');?>

t('No display name set')); } ?>
- +
-- 2.39.5