Fixed typos

This commit is contained in:
Eugene Zadyra
2023-03-13 21:30:06 +01:00
parent 63a16a8354
commit 5eff4822bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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 "

View File

@@ -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"