Skip to content

Commit f61f6ff

Browse files
MarrekNozkaclaude
authored andcommitted
fix(review): zkrátit DMP tick labely na slideru
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0c1793a commit f61f6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack/src/js/pages/ReviewSubmit/ReviewForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export default {
259259
gradeTickLabels() {
260260
switch (this.gradeType) {
261261
case 'dmp':
262-
return ['', '1 - výborný', '2 - chvalitebný', '3 - dobrý', '4 - dostatečný', '5 - nedostatečný'];
262+
return ['', '1 - Výb.', '2 - Chval.', '3 - Dobrý', '4 - Dost.', '5 - Ned.'];
263263
case 'ap':
264264
return ['', 'A', 'B', 'C', 'D', 'E', 'F'];
265265
default:

0 commit comments

Comments
 (0)