feat: update station names
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user