feat: allow sitters to mark jobs as completed with notification
This commit is contained in:
@@ -54,8 +54,10 @@
|
||||
"cancelSubmit": "Confirm Cancellation",
|
||||
"cancel": "Cancel",
|
||||
"cancelSuccess": "Entry removed",
|
||||
"cancelError": "Failed to remove entry",
|
||||
"noInstructions": "No specific instructions provided yet."
|
||||
"cancelError": "Cancellation failed",
|
||||
"noInstructions": "No specific instructions added yet.",
|
||||
"markDone": "Job done?",
|
||||
"jobDone": "Job done!"
|
||||
},
|
||||
"login": {
|
||||
"title": "Enter Password",
|
||||
@@ -81,7 +83,8 @@
|
||||
"notifications": {
|
||||
"ownerHome": "🏠 OWNER HOME: Marked for {date}.\nPlan: {url}",
|
||||
"newBooking": "✅ NEW BOOKING: {name} is sitting on {date}.\nPlan: {url}",
|
||||
"cancellation": "🚨 CANCELLATION: {name} removed their booking for {date}.{message}\nPlan: {url}",
|
||||
"instructionsUpdated": "📝 UPDATED: Cat instructions have been modified.\nPlan: {url}"
|
||||
"cancellation": "🚨 CANCELLATION: {name} deleted the booking for {date}.{message}\nPlan: {url}",
|
||||
"instructionsUpdated": "📝 UPDATE: Cat instructions were changed.\nPlan: {url}",
|
||||
"completed": "✨ DONE: {name} finished the job for {date}!\nPlan: {url}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user