diff --git a/src/pages/settings/Report/ReportSettingsPage.js b/src/pages/settings/Report/ReportSettingsPage.js index 96dd505018e4..5a1709bbeb0a 100644 --- a/src/pages/settings/Report/ReportSettingsPage.js +++ b/src/pages/settings/Report/ReportSettingsPage.js @@ -199,11 +199,7 @@ class ReportSettingsPage extends Component { > {this.props.translate(`newRoomPage.visibilityOptions.${this.props.report.visibility}`)} - - {this.props.report.visibility === CONST.REPORT.VISIBILITY.RESTRICTED - ? this.props.translate('newRoomPage.restrictedDescription') - : this.props.translate('newRoomPage.privateDescription')} - + {this.props.translate(`newRoomPage.${this.props.report.visibility}Description`)} )}