Browse Source
Improve placeholders for website and Twitter handle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3869/head
Jan-Christoph Borchardt
9 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
2 additions and
2 deletions
-
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']) ?>"> |
|
|
|
|