From 4a10d7dd9ab359be6709c799e472d9cffdec58aa Mon Sep 17 00:00:00 2001 From: Pedro Guerreiro Date: Tue, 8 Oct 2024 00:31:21 +0100 Subject: [PATCH] chore: apply suggestions --- src/languages/en.ts | 2 +- .../createCustomBottomTabNavigator/DebugTabView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 1aedbaf53e21..a4612ddfb8e2 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -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", diff --git a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/DebugTabView.tsx b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/DebugTabView.tsx index 03b70269acb8..f588d9311608 100644 --- a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/DebugTabView.tsx +++ b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/DebugTabView.tsx @@ -152,7 +152,7 @@ function DebugTabView({selectedTab = '', chatTabBrickRoad, activeWorkspaceID}: D src={Expensicons.DotIndicator} fill={indicator} /> - {message && translate(message)} + {message && {translate(message)}}