mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
change Operation to operation (#5878)
This commit is contained in:
@@ -833,7 +833,8 @@ class DirentListItem extends React.Component {
|
||||
<DropdownToggle
|
||||
tag="i"
|
||||
className="sf-dropdown-toggle fa fa-ellipsis-v ml-0"
|
||||
title={gettext('More Operations')}
|
||||
title={gettext('More operations')}
|
||||
aria-label={gettext('More operations')}
|
||||
data-toggle="dropdown"
|
||||
aria-expanded={this.state.isOpMenuOpen}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user