1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +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

@@ -117,7 +117,8 @@ class DingtalkDepartmentsTreeNode extends Component {
<DropdownToggle
tag='i'
className='fa fa-ellipsis-v cursor-pointer attr-action-icon'
title={gettext('More Operations')}
title={gettext('More operations')}
aria-label={gettext('More operations')}
data-toggle="dropdown"
aria-expanded={this.state.dropdownOpen}
>

View File

@@ -32,7 +32,8 @@ class FilterMenu extends React.Component {
<DropdownToggle
tag="i"
className="sf-dropdown-toggle sf2-icon-caret-down"
title={gettext('More Operations')}
title={gettext('More operations')}
aria-label={gettext('More operations')}
data-toggle="dropdown"
aria-expanded={this.state.isMenuShown}
/>

View File

@@ -117,7 +117,8 @@ class WorkWeixinDepartmentsTreeNode extends Component {
<DropdownToggle
tag='i'
className='fa fa-ellipsis-v cursor-pointer attr-action-icon'
title={gettext('More Operations')}
title={gettext('More operations')}
aria-label={gettext('More operations')}
data-toggle="dropdown"
aria-expanded={this.state.dropdownOpen}
>