Shorten placeholder text for adding a new contact

...so it actually fits the size of the search box
This commit is contained in:
Marcus Funch 2025-05-31 19:54:51 +02:00
parent 2e9e5715cc
commit 02f6bb1256
2 changed files with 37 additions and 37 deletions

View file

@ -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')
]);