feat: update station names

This commit is contained in:
2026-04-09 20:07:18 +03:00
parent 8d1de769c5
commit fbf8232ce3
9 changed files with 10 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ export const StationEditPage = observer(() => {
toast.success("Остановка успешно обновлена");
} catch (error) {
console.error("Error updating station:", error);
toast.error("Ошибка при обновлении станции");
toast.error("Ошибка при обновлении остановки");
} finally {
setIsLoading(false);
}
@@ -192,7 +192,7 @@ export const StationEditPage = observer(() => {
minHeight: "60vh",
}}
>
<LoadingSpinner message="Загрузка данных станции..." />
<LoadingSpinner message="Загрузка данных остановки..." />
</Box>
);
}