1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +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

@@ -120,8 +120,8 @@ class ItemDropdownMenu extends React.Component {
<DropdownToggle
className={toggleClass}
data-toggle="dropdown"
title={gettext('More Operations')}
aria-label={gettext('More Operations')}
title={gettext('More operations')}
aria-label={gettext('More operations')}
aria-expanded={this.state.isItemMenuShow}
onKeyDown={this.onDropdownToggleKeyDown}
// onClick={this.onDropdownToggleClick}
@@ -149,10 +149,10 @@ class ItemDropdownMenu extends React.Component {
role="button"
tabIndex="0"
className={toggleClass}
title={gettext('More Operations')}
title={gettext('More operations')}
data-toggle="dropdown"
aria-expanded={this.state.isItemMenuShow}
aria-label={gettext('More Operations')}
aria-label={gettext('More operations')}
onKeyDown={this.onDropdownToggleKeyDown}
// onClick={this.onDropdownToggleClick}
/>