1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

change Operation to operation (#5878)

This commit is contained in:
Michael An
2024-01-03 18:08:24 +08:00
committed by GitHub
parent 6fb6520afb
commit adc8960fd8
30 changed files with 69 additions and 42 deletions

View File

@@ -50,7 +50,8 @@ class OpMenu extends React.Component {
<DropdownToggle
tag="i"
className="d-flex w-5 h-5 align-items-center justify-content-center sf-dropdown-toggle fa fa-ellipsis-v"
title={gettext('More Operations')}
title={gettext('More operations')}
aria-label={gettext('More operations')}
data-toggle="dropdown"
aria-expanded={this.state.isItemMenuShow}
/>