]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix capitalization in Personal settings
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 23 Mar 2015 10:35:38 +0000 (11:35 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 23 Mar 2015 12:42:33 +0000 (13:42 +0100)
settings/templates/personal.php

index 8cd3b03231bf47cd692ea1586beab2ea39c46e66..1d5bf1fc54fa8fd643bc6b7690dfaa9e8a89ab7d 100644 (file)
@@ -94,7 +94,7 @@ if($_['displayNameChangeSupported']) {
 ?>
 <form id="displaynameform" class="section">
        <h2>
-               <label for="displayName"><?php echo $l->t('Full Name');?></label>
+               <label for="displayName"><?php echo $l->t('Full name');?></label>
        </h2>
        <input type="text" id="displayName" name="displayName"
                value="<?php p($_['displayName'])?>"
@@ -106,7 +106,7 @@ if($_['displayNameChangeSupported']) {
 } else {
 ?>
 <div class="section">
-       <h2><?php echo $l->t('Full Name');?></h2>
+       <h2><?php echo $l->t('Full name');?></h2>
        <span><?php if(isset($_['displayName'][0])) { p($_['displayName']); } else { p($l->t('No display name set')); } ?></span>
 </div>
 <?php
@@ -236,7 +236,7 @@ if($_['passwordChangeSupported']) {
        </table>
        <form class="uploadButton" method="post" action="<?php p(\OC_Helper::linkToRoute('settings_cert_post')); ?>" target="certUploadFrame">
                <input type="file" id="rootcert_import" name="rootcert_import" class="hidden">
-               <input type="button" id="rootcert_import_button" value="<?php p($l->t('Import Root Certificate')); ?>"/>
+               <input type="button" id="rootcert_import_button" value="<?php p($l->t('Import root certificate')); ?>"/>
        </form>
 </div>