needsAcknowledgmentMessage method

  1. @override
String needsAcknowledgmentMessage(
  1. String orgTypeText
)
override

No description provided for @needsAcknowledgmentMessage.

In en, this message translates to: 'To create a new organization please acknowledge that you are authorized to administer this application for that {orgTypeText}organization, and click the "Create" button.'

Implementation

@override
String needsAcknowledgmentMessage(String orgTypeText) {
  return 'To create a new organization please acknowledge that you are authorized to administer this application for that ${orgTypeText}organization, and click the \"Create\" button.';
}