1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

[group] modified text: changed 'Dismiss' to 'Delete Group'

This commit is contained in:
llj
2019-06-25 16:56:42 +08:00
parent 99c6671a0f
commit 244051135e
2 changed files with 5 additions and 5 deletions

View File

@@ -418,7 +418,7 @@ class GroupView extends React.Component {
{
this.state.isOwner &&
<ul className="sf-popover-list">
<li><a href="#" className="sf-popover-item" onClick={this.toggleDismissGroupDialog}>{gettext('Dismiss')}</a></li>
<li><a href="#" className="sf-popover-item" onClick={this.toggleDismissGroupDialog}>{gettext('Delete Group')}</a></li>
</ul>
}
</div>