fix edit user error
This commit is contained in:
parent
1da69bebd9
commit
d376c0d038
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue