export default { CreatedBy: (author) => 'Created by: ' + author, AnswersAmount: (amount) => amount + ' ' + 'Answers' }