mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:50:11 +00: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
|
@ -97,7 +97,7 @@ class Introductions extends BaseNotifications
|
|||
default:
|
||||
if ($notification->getNetwork() === Protocol::DFRN) {
|
||||
$lbl_knowyou = DI::l10n()->t('Claims to be known to you: ');
|
||||
$knowyou = ($notification->getKnowYou() ? DI::l10n()->t('yes') : DI::l10n()->t('no'));
|
||||
$knowyou = ($notification->getKnowYou() ? DI::l10n()->t('Yes') : DI::l10n()->t('No'));
|
||||
} else {
|
||||
$lbl_knowyou = '';
|
||||
$knowyou = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue