mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Change "Cancel" button to "Close" (#7131)
This commit is contained in:
@@ -944,6 +944,12 @@ export default class SecurityTab extends React.Component {
|
||||
server_error={this.state.serverError}
|
||||
updateSection={updateSectionStatus}
|
||||
width='full'
|
||||
cancelButtonText={
|
||||
<FormattedMessage
|
||||
id='user.settings.security.close'
|
||||
defaultMessage='Close'
|
||||
/>
|
||||
}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user