Skip to content

Commit

Permalink
remove duplicate language key "oldTools" and use "tools" everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Oct 12, 2023
1 parent c275200 commit 1301ea2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@
"groups": "Gruppen",
"tasks": "Aufgaben",
"tools": "Tools",
"oldTools": "Tools",
"oldTopics": "Themen",
"topics": "Lerninhalte"
},
Expand Down
1 change: 0 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@
"groups": "Groups",
"tasks": "Tasks",
"tools": "Tools",
"oldTools": "Tools",
"oldTopics": "Topics",
"topics": "Learning content"
},
Expand Down
1 change: 0 additions & 1 deletion locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@
"groups": "Grupos",
"tasks": "Tareas",
"tools": "Herramientas",
"oldTools": "Herramientas",
"oldTopics": "Temas",
"topics": "Contenidos de aprendizaje"
},
Expand Down
1 change: 0 additions & 1 deletion locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@
"groups": "Групи",
"tasks": "Завдання",
"tools": "Інструменти",
"oldTools": "Інструменти",
"oldTopics": "Теми",
"topics": "Зміст навчання"
},
Expand Down
2 changes: 1 addition & 1 deletion views/courses/course.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{{#if (getConfig "FEATURE_LTI_TOOLS_TAB_ENABLED")}}
<button class="tab" data-testid="tools" data-tab="js-tools" type="button">
<i class="mdi mdi-puzzle-outline" aria-hidden="true"></i>
<span class="text">{{$t "courses._course.tab_label.oldTools"}}</span>
<span class="text">{{$t "courses._course.tab_label.tools"}}</span>
</button>
{{/if}}
<button class="tab" data-testid="groups" data-tab="js-groups" type="button">
Expand Down

0 comments on commit 1301ea2

Please sign in to comment.