removed the tshirt part
This commit is contained in:
parent
82486065e4
commit
e2a99a5b1d
|
@ -605,7 +605,7 @@ function User_view(
|
||||||
'actions' => __('Action')
|
'actions' => __('Action')
|
||||||
], $my_shifts);
|
], $my_shifts);
|
||||||
} elseif ($user_source->state->force_active) {
|
} elseif ($user_source->state->force_active) {
|
||||||
$myshifts_table = success(__('You have done enough to get a t-shirt.'), true);
|
$myshifts_table = success(__('You have done enough.'), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2646,8 +2646,8 @@ msgid "Action"
|
||||||
msgstr "Aktion"
|
msgstr "Aktion"
|
||||||
|
|
||||||
#: includes/view/User_view.php:576
|
#: includes/view/User_view.php:576
|
||||||
msgid "You have done enough to get a t-shirt."
|
msgid "You have done enough."
|
||||||
msgstr "Du hast genug für ein T-Shirt gemacht."
|
msgstr "Du hast genug gemacht."
|
||||||
|
|
||||||
#: includes/view/User_view.php:595
|
#: includes/view/User_view.php:595
|
||||||
msgid "driving license"
|
msgid "driving license"
|
||||||
|
|
Loading…
Reference in New Issue