fix edit user error

This commit is contained in:
msquare 2019-08-04 17:55:07 +02:00
parent 1da69bebd9
commit d376c0d038
1 changed files with 2 additions and 2 deletions

View File

@ -78,9 +78,9 @@ function admin_user()
// Gekommen?
$html .= ' <tr><td>Gekommen</td><td>' . "\n";
if ($user_source->state->arrived) {
$html .= _('Yes');
$html .= __('Yes');
} else {
$html .= _('No');
$html .= __('No');
}
$html .= '</td></tr>' . "\n";