Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 19:41:44 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-04-29 05:41:37 +0300
commitde529b914b48e3319e2fd72aac6be0a393e705d3 (patch)
treed579a848e524fb5289fe162b23a396e12d72814c /settings
parent47985a13fd7eb7fb033cc1134a10d5784541f0f2 (diff)
Improve placeholders for website and Twitter handle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php4
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']) ?>">