mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:44:26 +02:00
Shorten placeholder text for adding a new contact
...so it actually fits the size of the search box
This commit is contained in:
parent
2e9e5715cc
commit
02f6bb1256
2 changed files with 37 additions and 37 deletions
|
@ -35,7 +35,7 @@ class Widget
|
|||
return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/follow.tpl'), [
|
||||
'$connect' => DI::l10n()->t('Add New Contact'),
|
||||
'$desc' => DI::l10n()->t('Enter address or web location'),
|
||||
'$hint' => DI::l10n()->t('Example: bob@example.com, http://example.com/barbara'),
|
||||
'$hint' => DI::l10n()->t('user@x.tld, x.tld/user'),
|
||||
'$value' => $value,
|
||||
'$follow' => DI::l10n()->t('Connect')
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue