Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-guerreiro committed Oct 7, 2024
1 parent 0ea56fd commit 4a10d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4941,7 +4941,7 @@ const translations = {
isWaitingForAssigneeToCompleteAction: 'Is waiting for assignee to complete action',
hasChildReportAwaitingAction: 'Has child report awaiting action',
hasMissingInvoiceBankAccount: 'Has missing invoice bank account',
},
},
indicatorStatus: {
theresAReportAwaitingAction: "There's a report awaiting action",
theresAReportWithErrors: "There's a report with errors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function DebugTabView({selectedTab = '', chatTabBrickRoad, activeWorkspaceID}: D
src={Expensicons.DotIndicator}
fill={indicator}
/>
<Text style={[styles.textWhite, styles.lh20]}>{message && translate(message)}</Text>
{message && <Text style={[styles.textWhite, styles.lh20]}>{translate(message)}</Text>}
</View>
<Button
text="View"
Expand Down

0 comments on commit 4a10d7d

Please sign in to comment.