Согласно расписанию

This commit is contained in:
2026-04-14 13:11:19 +05:00
parent ebd5335ef1
commit 42d8ea8296
3 changed files with 5 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ function renderLessons(lessons) {
if (lesson.topic && lesson.topic.includes('Консультация') && lesson.date && lesson.time) {
timeHtml = `<p><strong>Дата/время:</strong> ${escapeHtml(lesson.date)} ${escapeHtml(lesson.time)}</p>`;
} else {
timeHtml = `<p><strong>Время:</strong> Согласно расписания</p>`;
timeHtml = `<p><strong>Время:</strong> Согласно расписанию</p>`;
}
return `
@@ -317,7 +317,7 @@ function openModal(lessonId) {
if (lesson.topic && lesson.topic.includes('Консультация') && lesson.date && lesson.time) {
timeInfo = `${lesson.date} ${lesson.time}`;
} else {
timeInfo = 'Согласно расписания';
timeInfo = 'Согласно расписанию';
}
document.getElementById('lessonId').value = lessonId;