diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 17cde1111e48..7e99c60cb618 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -3194,7 +3194,7 @@ function getReportName(report: OnyxEntry, policy: OnyxEntry = nu if (isArchivedRoom(report)) { formattedName += ` (${Localize.translateLocal('common.archived')})`; } - return formattedName; + return formatReportLastMessageText(formattedName); } if (parentReportAction?.message?.[0]?.isDeletedParentAction) { @@ -3266,7 +3266,7 @@ function getReportName(report: OnyxEntry, policy: OnyxEntry = nu } if (formattedName) { - return formattedName; + return formatReportLastMessageText(formattedName); } // Not a room or PolicyExpenseChat, generate title from first 5 other participants