postmasterPhrase001 property

String get postmasterPhrase001

Implementation

String get postmasterPhrase001 {
  if (language == french) return '(FR) Background posting service started';
  return 'Background posting service started';
}