mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
Add translation to required labels on input fields
- Normalize display of required label - Remove unused field_richtext template
This commit is contained in:
parent
5649861fde
commit
65f74da45b
19 changed files with 38 additions and 45 deletions
|
@ -54,7 +54,7 @@ class Probe extends BaseModule
|
|||
DI::l10n()->t('Lookup address'),
|
||||
$addr,
|
||||
'',
|
||||
'required'
|
||||
DI::l10n()->t('Required')
|
||||
],
|
||||
'$res' => $res,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue