Problem
There is code in FollowupController that sets the personWord to either person or people based on the number of people detained. This needs to be language specific.
Solution
SubscriberActions probably needs to be renamed to something that has to do with language. Additionally, all of the words should be kept in the messages.* files.
Problem
There is code in
FollowupControllerthat sets thepersonWordto either person or people based on the number of people detained. This needs to be language specific.Solution
SubscriberActionsprobably needs to be renamed to something that has to do with language. Additionally, all of the words should be kept in themessages.*files.