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