Skip to content

Commit 7d3d73d

Browse files
committed
links to task attempt pages and pages themselves
1 parent f2b728c commit 7d3d73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/locale/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
"Применить": "Apply",
106106
"Отмена": "Cancel",
107107
"Активные фильтры отсутствуют": "There are no active filters",
108-
"Некоторые фильтры (выделенные красным) установлены неправильным образом. Прочитайте описание фильтра, наведясь на его подчеркнутое название, и проверьте введенные данные.": "Some filters (highlighted in red) are set incorrectly. Read the description of the filter by hovering over its underlined name and check the entered data.",
108+
"Некоторые фильтры (выделенные красным) установлены неправильным образом. Прочитайте описание фильтра, наведясь на его подчеркнутое название, и проверьте введенные данные.": "Some filters (highlighted in red) are set incorrectly. Read the description of the filter by hovering over its underlined name and check the entered data."
109109

110110
}

app/static/js/task_attempts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function createTableHeaderElement() {
2626
trainingScoreHeaderElement.innerHTML = "score";
2727

2828
const trainingStatusHeaderElement = document.createElement("th");
29-
trainingStatusHeaderElement.innerHTML = "passed_back_status";
29+
trainingStatusHeaderElement.innerHTML = "pass_back_status";
3030

3131
const tableHeaderElement = document.createElement("tr");
3232

0 commit comments

Comments
 (0)