mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
fix alert text
This commit is contained in:
@@ -152,7 +152,7 @@ export default function BillPage({
|
|||||||
booking.bill = bill
|
booking.bill = bill
|
||||||
setBooking(booking)
|
setBooking(booking)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
setStoringError(error.toString())
|
setStoringError('Buchung konnte nicht gespeichert werden!')
|
||||||
console.error('Failed to store booking', error)
|
console.error('Failed to store booking', error)
|
||||||
}
|
}
|
||||||
setStoringInProgress(false)
|
setStoringInProgress(false)
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ export default function ShowBooking({
|
|||||||
setBooking(updatedBooking)
|
setBooking(updatedBooking)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(
|
alert(
|
||||||
'Die Buchung konnte nicht storniert werden. Kontaktieren Sie uns bitt per E-Mail!'
|
'Die Buchung konnte nicht storniert werden. Schreiben Sie uns eine E-Mail'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user