mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 01:12:03 +00:00
[user setting] modification (#3445)
This commit is contained in:
@@ -35,7 +35,7 @@ class DeleteAccount extends React.Component {
|
||||
<div className="setting-item" id="del-account">
|
||||
<h3 className="setting-item-heading">{gettext('Delete Account')}</h3>
|
||||
<p className="mb-2">{gettext('This operation will not be reverted. Please think twice!')}</p>
|
||||
<button className="btn btn-secondary" onClick={this.confirmDelete}>{gettext('Delete')}</button>
|
||||
<button className="btn btn-outline-primary" onClick={this.confirmDelete}>{gettext('Delete')}</button>
|
||||
</div>
|
||||
{this.state.isConfirmDialogOpen && (
|
||||
<ModalPortal>
|
||||
|
Reference in New Issue
Block a user