diff --git a/src/components/ReportWelcomeText.js b/src/components/ReportWelcomeText.js index 3a5fe4d99bb4..a03b8045feed 100644 --- a/src/components/ReportWelcomeText.js +++ b/src/components/ReportWelcomeText.js @@ -80,7 +80,7 @@ const ReportWelcomeText = (props) => { {isPolicyExpenseChat && ( <> - {/* We should add the align center styles to Text individually because of limited style inheritance in React Native - https://reactnative.dev/docs/text#limited-style-inheritance */} + {/* Add align center style individually because of limited style inheritance in React Native https://reactnative.dev/docs/text#limited-style-inheritance */} {props.translate('reportActionsView.beginningOfChatHistoryPolicyExpenseChatPartOne')} @@ -101,7 +101,7 @@ const ReportWelcomeText = (props) => { )} {isChatRoom && ( <> - {/* We should add the align center styles to Text individually because of limited style inheritance in React Native - https://reactnative.dev/docs/text#limited-style-inheritance */} + {/* Add align center style individually because of limited style inheritance in React Native https://reactnative.dev/docs/text#limited-style-inheritance */} {isResctrictedRoom ? `${props.translate('reportActionsView.beginningOfChatHistoryRestrictedPartOne')}` @@ -119,7 +119,7 @@ const ReportWelcomeText = (props) => { )} {isDefault && ( <> - {/* We should add the align center styles to Text individually because of limited style inheritance in React Native - https://reactnative.dev/docs/text#limited-style-inheritance */} + {/* Add align center style individually because of limited style inheritance in React Native https://reactnative.dev/docs/text#limited-style-inheritance */} {props.translate('reportActionsView.beginningOfChatHistory')}