postmasterPhrase002 property

String get postmasterPhrase002

Implementation

String get postmasterPhrase002 {
  if (language == french) return '(FR) There are {jobs} pending posts';
  return 'There are {jobs} pending posts';
}