- Added new language support and improved translations for account setup steps across multiple languages. - Updated the organization step to streamline user input and enhance suggestions for organization names. - Refactored task management components to improve user experience when adding and managing tasks. - Removed outdated CSS for admin center components to simplify styling and improve maintainability. - Introduced new UI elements and transitions for a more engaging account setup experience. - Enhanced Redux state management to accommodate new features and localization updates.
12 lines
305 B
JSON
12 lines
305 B
JSON
{
|
|
"overview": "Overview",
|
|
"name": "Organization Name",
|
|
"owner": "Organization Owner",
|
|
"admins": "Organization Admins",
|
|
"contactNumber": "Add Contact Number",
|
|
"edit": "Edit",
|
|
"emailAddress": "Email Address",
|
|
"enterOrganizationName": "Enter organization name",
|
|
"ownerSuffix": " (Owner)"
|
|
}
|