mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Added some translations to: Admin Panel/People: Possibility of adding a team to all selected users.
Thanks to xet7. Related https://github.com/wekan/wekan/pull/3996
This commit is contained in:
parent
d3eb0ced83
commit
3d9b7eb7ab
1 changed files with 4 additions and 4 deletions
|
|
@ -475,15 +475,15 @@ template(name="modifyTeamsUsers")
|
|||
option(value="{{value._id}}") {{_ value.teamDisplayName}}
|
||||
hr
|
||||
label
|
||||
| {{_ 'Action'}}
|
||||
| {{_ 'r-action'}}
|
||||
.form-group.flex
|
||||
input.wekan-form-control#addAction(type="radio" name="action" value="true" checked="checked")
|
||||
span {{_ 'Add'}}
|
||||
span {{_ 'add'}}
|
||||
input.wekan-form-control#deleteAction(type="radio" name="action" value="false")
|
||||
span {{_ 'Delete'}}
|
||||
span {{_ 'delete'}}
|
||||
div.buttonsContainer
|
||||
input.primary.wide#addTeamBtn(type="submit" value="{{_ 'save'}}")
|
||||
input.primary.wide#cancelBtn(type="submit" value="{{_ 'Cancel'}}")
|
||||
input.primary.wide#cancelBtn(type="submit" value="{{_ 'cancel'}}")
|
||||
|
||||
template(name="newUserPopup")
|
||||
form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue