1
0
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:
llj
2019-05-13 12:17:40 +08:00
committed by Daniel Pan
parent 30d7542670
commit 7ad7705b26
5 changed files with 11 additions and 8 deletions

View File

@@ -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>