Skip to content

Commit

Permalink
update content changes for user type options (#892)
Browse files Browse the repository at this point in the history
content update for user type options
  • Loading branch information
austensen authored Apr 4, 2024
1 parent 7a4c579 commit 55cd1d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/UserTypeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const UserTypeInputWithoutI18n = (props: UserTypeInputProps) => {

const USER_TYPES = {
tenant: i18n._(t`Tenant`),
organizer: i18n._(t`Organizer`),
advocate: i18n._(t`Advocate`),
legal: i18n._(t`Legal Worker`),
government: i18n._(t`Government Worker (Non-Lawyer)`),
organizer: i18n._(t`Tenant Organizer`),
advocate: i18n._(t`Tenant Advocate`),
legal: i18n._(t` Legal Worker/Lawyer`),
government: i18n._(t`Government Worker (non-lawyer)`),
other: i18n._(t`Other`),
};

Expand Down

0 comments on commit 55cd1d4

Please sign in to comment.