mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Remove unused translated yes/no labels in converted checkbox field definitions
This commit is contained in:
parent
f2732a4ad7
commit
557ece7d5a
5 changed files with 16 additions and 18 deletions
|
@ -165,7 +165,7 @@ function follow_content(App $a)
|
|||
'$header' => DI::l10n()->t('Connect/Follow'),
|
||||
'$desc' => '',
|
||||
'$pls_answer' => DI::l10n()->t('Please answer the following:'),
|
||||
'$does_know_you' => ['knowyou', DI::l10n()->t('Does %s know you?', $ret['name']), false, '', [DI::l10n()->t('No'), DI::l10n()->t('Yes')]],
|
||||
'$does_know_you' => ['knowyou', DI::l10n()->t('Does %s know you?', $ret['name'])],
|
||||
'$add_note' => DI::l10n()->t('Add a personal note:'),
|
||||
'$page_desc' => '',
|
||||
'$friendica' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue