selectOrganizationText method
No description provided for @selectOrganizationText.
In en, this message translates to: 'Select the {orgTypeText}organisation you own or administer to update, or select to create a new organisation.'
Implementation
@override
String selectOrganizationText(String orgTypeText) {
return 'Select the ${orgTypeText}organisation you own or administer to update, or select **<CREATE>** to create a new organisation.';
}