Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {CONST as COMMON_CONST} from 'expensify-common';
import {CONST as COMMON_CONST} from 'expensify-common';
import startCase from 'lodash/startCase';
import type {OnboardingTask} from '@libs/actions/Welcome/OnboardingFlow';
import StringUtils from '@libs/StringUtils';
Expand Down Expand Up @@ -3798,9 +3798,9 @@ const translations = {
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - Last synced ${formattedDate}`,
authenticationError: (connectionName: string) => `Can’t connect to ${connectionName} due to an authentication error.`,
learnMore: 'Learn more',
memberAlternateText: 'Members can submit and approve reports.',
adminAlternateText: 'Admins have full edit access to all reports and workspace settings.',
auditorAlternateText: 'Auditors can view and comment on reports.',
memberAlternateText: 'Submit and approve reports.',
adminAlternateText: 'Manage reports and workspace settings.',
auditorAlternateText: 'View and comment on reports.',
roleName: ({role}: OptionalParam<RoleNamesParams> = {}) => {
switch (role) {
case CONST.POLICY.ROLE.ADMIN:
Expand Down
Loading