mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2026-01-02 19:17:34 +01:00
Fixed typos
This commit is contained in:
@@ -4,7 +4,7 @@ echo "********************************************************"
|
||||
echo "Waiting for the database server to start on port ${DB_PORT:-5432}"
|
||||
echo "********************************************************"
|
||||
while ! `nc -z database ${DB_PORT:-5432}`; do sleep 3; done
|
||||
echo "******** Database Server has started "
|
||||
echo "******** Database Server has been started "
|
||||
|
||||
echo "********************************************************"
|
||||
echo "Starting Luxmed Booking Service "
|
||||
|
||||
@@ -26,7 +26,7 @@ object En extends Lang {
|
||||
s"⚠ Unable to cancel upcoming visit! Reason: $reason"
|
||||
|
||||
override def appointmentHasBeenCancelled: String =
|
||||
s"👍 Your appointment has canceled!"
|
||||
s"👍 Your appointment has been canceled!"
|
||||
|
||||
override def yes: String = "Yes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user