1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00

Translate improve (#2679)

* modify translate

* modify translate
This commit is contained in:
杨顺强
2018-12-20 15:37:14 +08:00
committed by zheng xie
parent 449afafa4f
commit 4080144bca
13 changed files with 18 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ class CreateGroupDialog extends React.Component {
render() {
return(
<Modal isOpen={this.props.showAddGroupModal} toggle={this.props.toggleAddGroupModal}>
<ModalHeader toggle={this.toggle}>{gettext('New group')}</ModalHeader>
<ModalHeader toggle={this.toggle}>{gettext('New Group')}</ModalHeader>
<ModalBody>
<label htmlFor="groupName">{gettext('Name')}</label>
<Input type="text" id="groupName" value={this.state.groupName}