Skip to content

Commit

Permalink
Merge pull request Expensify#47268 from daledah/fix/47248
Browse files Browse the repository at this point in the history
  • Loading branch information
blimpich authored Aug 15, 2024
2 parents 052e0bb + caea8de commit 57ef25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SidebarUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function getOptionData({
lastAction.actionName === CONST.REPORT.ACTIONS.TYPE.ROOM_CHANGE_LOG.INVITE_TO_ROOM || lastAction.actionName === CONST.REPORT.ACTIONS.TYPE.POLICY_CHANGE_LOG.INVITE_TO_ROOM
? ` ${Localize.translate(preferredLocale, 'workspace.invite.to')}`
: ` ${Localize.translate(preferredLocale, 'workspace.invite.from')}`;
result.alternateText += ReportUtils.formatReportLastMessageText(`${preposition} ${roomName}`);
result.alternateText += `${preposition} ${roomName}`;
}
} else if (ReportActionsUtils.isActionOfType(lastAction, CONST.REPORT.ACTIONS.TYPE.ROOM_CHANGE_LOG.UPDATE_ROOM_DESCRIPTION)) {
result.alternateText = `${lastActorDisplayName} ${ReportActionsUtils.getUpdateRoomDescriptionMessage(lastAction)}`;
Expand Down

0 comments on commit 57ef25c

Please sign in to comment.