Actions
Defect #8075
closedSome "notifiable" names are not i18n-enabled
Start date:
2011-04-05
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Some "notifiable" names are not i18n-enabled. I see three untranslatable strings in
/settings?tab=notifications
:
- Issue note added
- Issue status updated
- Issue priority updated
I tracked the issue back to SettingsHelper::notification_field(notifiable)
which uses l_or_humanize
on notifiable.name
.
Actions