1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

[bug taiga#22] display problem in stats for gender=woman

This commit is contained in:
Sylvain 2016-04-11 18:47:16 +02:00
parent b8f45da268
commit 4b6f3c5ea7

View File

@ -172,7 +172,7 @@ Application.Controllers.controller "StatisticsController", ["$scope", "$state",
if sex == 'male'
return _t('man')
if sex == 'female'
return t('woman')
return _t('woman')