Remove unused translated yes/no labels in converted checkbox field definitions

This commit is contained in:
Hypolite Petovan 2020-02-05 21:42:53 -05:00
parent f2732a4ad7
commit 557ece7d5a
5 changed files with 16 additions and 18 deletions

View file

@ -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' => '',