unauthorizedAccess property

String get unauthorizedAccess

Implementation

String get unauthorizedAccess {
  if (language == french) {
    return '(FR) You are not authorized to access this page';
  }
  return 'You are not authorized to access this page';
}