Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Mar 24, 2019
1 parent ff99c50 commit 143e1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/helpers/usersRoles.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const roleDescriptions = {
[EMPOWERED_SUPERVISOR_ROLE]: (
<FormattedMessage
id="app.roles.description.empoweredSupervisor"
defaultMessage="A more priviledges version of supervisor who is also capable of creating custom pipelines and configure exercises using these pipelines."
defaultMessage="A more priviledged version of supervisor who is also capable of creating custom pipelines and configure exercises using these pipelines."
/>
),
[SUPERADMIN_ROLE]: (
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
"app.resultsArchiveInfoBox.description": "Detailed logs and dumps",
"app.resultsArchiveInfoBox.title": "Results archive",
"app.resultsTable.total": "Total",
"app.roles.description.empoweredSupervisor": "A more priviledges version of supervisor who is also capable of creating custom pipelines and configure exercises using these pipelines.",
"app.roles.description.empoweredSupervisor": "A more priviledged version of supervisor who is also capable of creating custom pipelines and configure exercises using these pipelines.",
"app.roles.description.student": "Student is the least priviledged user who can see only groups he/she is member of and solve assignments inside these groups.",
"app.roles.description.superadmin": "Omnipotent and omniscient user who can do anything in the instances to which he/she belongs to. Similar to root in linux or Q in Startrek.",
"app.roles.description.supervisor": "Supervisor of a group is basically a teacher who manages own groups and assigns exercises to students in these groups. Supervisor is also capable of creating new exercises.",
Expand Down

0 comments on commit 143e1e2

Please sign in to comment.