mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
Fix typo in assign permission modal [SCI-6274] (#3676)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
57de414284
commit
2141589797
1 changed files with 2 additions and 2 deletions
|
@ -2538,10 +2538,10 @@ en:
|
|||
reset_description: "The inherited role from project or experiment will be applied"
|
||||
project: "Project"
|
||||
project_tooltip: "This role was set on this project."
|
||||
project_tooltip_inherit: "This role was inhertied from the project."
|
||||
project_tooltip_inherit: "This role was inherited from the project."
|
||||
experiment: "Experiment"
|
||||
experiment_tooltip: "This role was set on this experiment."
|
||||
experiment_tooltip_inherit: "This role was inhertied from the experiment."
|
||||
experiment_tooltip_inherit: "This role was inherited from the experiment."
|
||||
mymodule: "Task"
|
||||
mymodule_tooltip: "This role was set on this task"
|
||||
|
||||
|
|
Loading…
Reference in a new issue