1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

update label strings (#3131)

This commit is contained in:
杨顺强
2019-03-19 08:06:33 +08:00
committed by Daniel Pan
parent 3fb757f83c
commit b4f79e6491

View File

@@ -109,8 +109,8 @@ class ViewFileToolbar extends React.Component {
</DropdownToggle>
<DropdownMenu>
<DropdownItem onClick={this.onShareToggle}>{gettext('Share')}</DropdownItem>
<DropdownItem onClick={this.onEditFileTagToggle}>{gettext('Edit File Tag')}</DropdownItem>
<DropdownItem onClick={this.onListRelatedFileToggle}>{gettext('Add Related Files')}</DropdownItem>
<DropdownItem onClick={this.onEditFileTagToggle}>{gettext('Tags')}</DropdownItem>
<DropdownItem onClick={this.onListRelatedFileToggle}>{gettext('Related Files')}</DropdownItem>
</DropdownMenu>
</Dropdown>
)}