creationPending method
No description provided for @creationPending.
In en, this message translates to: 'Your request to create the {orgTypeText}organisation named "{name}" is under review. Please give us 48 hours to perform the verification. We will reach out to you via email if there are any issues with the verification.'
Implementation
@override
String creationPending(String orgTypeText, String name) {
return 'Your request to create the ${orgTypeText}organisation named \"**$name**\" is under review. Please give us 48 hours to perform the verification. We will reach out to you via email if there are any issues with the verification.';
}