Skip to content

Commit

Permalink
Update visibility label too
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Murray committed Mar 16, 2022
1 parent 0852a2d commit 622aa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReportSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class ReportSettingsPage extends Component {
)}
{this.props.report.visibility && (
<View style={[styles.mt4]}>
<Text style={[styles.formLabel]} numberOfLines={1}>
<Text style={[styles.textLabelSupporting, styles.lh16, styles.mb1]} numberOfLines={1}>
{this.props.translate('newRoomPage.visibility')}
</Text>
<Text numberOfLines={1} style={[styles.reportSettingsVisibilityText]}>{this.props.report.visibility}</Text>
Expand Down

0 comments on commit 622aa0f

Please sign in to comment.