Skip to content

Commit 9f0e469

Browse files
Update src/libs/ReportUtils.ts
Co-authored-by: Shubham Agrawal <58412969+shubham1206agra@users.noreply.github.com>
1 parent 303599d commit 9f0e469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/ReportUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6448,7 +6448,7 @@ function buildOptimisticMovedReportAction(
64486448
const movedActionMessage = [
64496449
{
64506450
html: isIouReport
6451-
? `moved this <a href='${CONST.NEW_EXPENSIFY_URL}r/${movedReportID}' target='_blank' rel='noreferrer noopener'>report</a> to the ${policyName} workspace`
6451+
? `moved this <a href='${CONST.NEW_EXPENSIFY_URL}r/${movedReportID}' target='_blank' rel='noreferrer noopener'>report</a> to the <a href='${CONST.NEW_EXPENSIFY_URL}r/${newParentReportID}' target='_blank' rel='noreferrer noopener'>${policyName}</a> workspace`
64526452
: `moved this report to the <a href='${CONST.NEW_EXPENSIFY_URL}r/${newParentReportID}' target='_blank' rel='noreferrer noopener'>${policyName}</a> workspace`,
64536453
text: `moved this report to the ${policyName} workspace`,
64546454
type: CONST.REPORT.MESSAGE.TYPE.COMMENT,

0 commit comments

Comments
 (0)