diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 18:41:44 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-28 23:41:37 -0300 |
commit | de529b914b48e3319e2fd72aac6be0a393e705d3 (patch) | |
tree | d579a848e524fb5289fe162b23a396e12d72814c /settings/templates | |
parent | 47985a13fd7eb7fb033cc1134a10d5784541f0f2 (diff) | |
download | nextcloud-server-de529b914b48e3319e2fd72aac6be0a393e705d3.tar.gz nextcloud-server-de529b914b48e3319e2fd72aac6be0a393e705d3.zip |
Improve placeholders for website and Twitter handle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 3ec93474e9b..597f1c40ba2 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -187,7 +187,7 @@ </div> </div> <input type="text" name="website" id="website" value="<?php p($_['website']); ?>" - placeholder="<?php p($l->t('Your website')); ?>" + placeholder="<?php p($l->t('Link https://…')); ?>" autocomplete="on" autocapitalize="none" autocorrect="off" /> <span class="icon-checkmark hidden"/> <input type="hidden" id="websitescope" value="<?php p($_['websiteScope']) ?>"> @@ -221,7 +221,7 @@ </div> </div> <input type="text" name="twitter" id="twitter" value="<?php p($_['twitter']); ?>" - placeholder="<?php p($l->t('Your Twitter handle')); ?>" + placeholder="<?php p($l->t('Twitter handle @…')); ?>" autocomplete="on" autocapitalize="none" autocorrect="off" /> <span class="icon-checkmark hidden"/> <input type="hidden" id="twitterscope" value="<?php p($_['twitterScope']) ?>"> |