+ class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-teal-100">
{{ subject }}
@@ -327,7 +327,7 @@
@@ -427,15 +427,6 @@
.overflow-y-auto::-webkit-scrollbar-thumb:hover {
background: #a1a1a1;
}
-
-/* Стили для тегов-чипов */
-.bg-teal-100 {
- background-color: rgba(192, 132, 252, 0.2);
-}
-
-.bg-blue-100 {
- background-color: rgba(96, 165, 250, 0.2);
-}
@@ -524,7 +515,7 @@ const schoolProfile = createResource({
console.log('[DEBUG] Данные schoolProfile до трансформации:', doc);
try {
doc.exams = doc.exams ? doc.exams.map(e => e.exam_subject) : [];
- doc.learn_subjects = doc.learn_subjects ? doc.learn_subjects.map(s => s.subject) : [];
+ doc.learn_subjects = doc.learn_subjects ? doc.learn_subjects.map(s => s.learn_subject) : [];
} catch (e) {
console.error('[DEBUG] Ошибка трансформации данных:', e);
doc.exams = [];
diff --git a/lms/locale/ru.po b/lms/locale/ru.po
index 050128d9..57020ed3 100644
--- a/lms/locale/ru.po
+++ b/lms/locale/ru.po
@@ -7728,7 +7728,7 @@ msgstr "О себе"
#: frontend/src/pages/StudentProfile.vue:176
msgid "About dreams"
-msgstr "О мечтахы"
+msgstr "О мечтах"
#: frontend/src/pages/StudentProfile.vue:193
msgid "Profile data was not found"