mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +00:00
change Operation to operation (#5878)
This commit is contained in:
@@ -96,7 +96,8 @@ class HistoryListItem extends React.Component {
|
||||
className={`fas fa-ellipsis-v ${(this.state.isShowOperationIcon || isHigtlightItem) ? '' : 'invisible'}`}
|
||||
data-toggle="dropdown"
|
||||
aria-expanded={this.state.isMenuShow}
|
||||
alt={gettext('More Operations')}
|
||||
title={gettext('More operations')}
|
||||
aria-label={gettext('More operations')}
|
||||
/>
|
||||
<DropdownMenu>
|
||||
{(this.props.index !== 0) && <DropdownItem onClick={this.onItemRestore}>{gettext('Restore')}</DropdownItem>}
|
||||
|
Reference in New Issue
Block a user