Skip to content

Commit

Permalink
Merge pull request #1881 from dartajax/1700_missing_ins_grp_label
Browse files Browse the repository at this point in the history
Added Actions Label to Instructor Groups
  • Loading branch information
stopfstedt authored Jul 22, 2016
2 parents c3c23bb + 367e56d commit 6d105e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default {
'confirmRemove': 'Are you sure you want to delete this instructor group, with {{instructorCount}} instructors and {{courseCount}} courses? This action cannot be undone.',
'members': 'Members',
'associatedCourses': 'Associated Courses',
'actions': 'Actions',
'backToInstructorGroups': 'Back to Instructor Groups List',
},
'learnerGroups': {
Expand Down
1 change: 1 addition & 0 deletions app/locales/es/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default {
'confirmRemove': '¿Estás seguro que quieres remover este grupo de instructores, con {{instructorCount}} instructores y {{courseCount}} cursos? Esta acción no se puede deshacer.',
'members': 'Miembros',
'associatedCourses': 'Cursos Asociados',
'actions': 'Acciones',
'backToInstructorGroups': 'Atrás a la Lista de Grupos de Instructores',
},
'learnerGroups': {
Expand Down
1 change: 1 addition & 0 deletions app/locales/fr/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default {
'confirmRemove': "Êtes-vous sûr vous voulez supprimer cette groupe des instructeurs, avec {{instructorCount}} membres et {{courseCount}} cours? Ça action ne peut pas être défait.",
'members': "Membres",
'associatedCourses': "Cours Associés",
'actions': "Actions",
'backToInstructorGroups': "Retourner à liste des groupes des instructeurs",
},
'learnerGroups': {
Expand Down
1 change: 1 addition & 0 deletions app/templates/components/instructorgroup-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<th class='text-left' colspan=2>{{t 'instructorGroups.instructorGroupTitle'}}</th>
<th class='text-center hide-from-small-screen'>{{t 'instructorGroups.members'}}</th>
<th class='text-center hide-from-small-screen'>{{t 'instructorGroups.associatedCourses'}}</th>
<th class='text-right hide-from-small-screen'>{{t 'instructorGroups.actions'}}</th>
<th>&nbsp;</th>
</tr>
</thead>
Expand Down

0 comments on commit 6d105e9

Please sign in to comment.