mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
change Operation to operation (#5878)
This commit is contained in:
@@ -165,7 +165,8 @@ class SidePanel extends Component {
|
||||
<DropdownToggle
|
||||
tag="i"
|
||||
className="fas fa-ellipsis-v"
|
||||
title={gettext('More Operations')}
|
||||
title={gettext('More operations')}
|
||||
aria-label={gettext('More operations')}
|
||||
data-toggle="dropdown"
|
||||
aria-expanded={this.state.isHeaderMenuShow}
|
||||
onClick={this.onDropdownToggleClick}
|
||||
|
Reference in New Issue
Block a user