Skip to content

Commit

Permalink
Merge pull request #1319 from beckn/toastError-forProfileError
Browse files Browse the repository at this point in the history
fix: added en value for text for profile form error
  • Loading branch information
kundanEminds authored Jun 13, 2024
2 parents f46fdf6 + ee26b3c commit ee2da6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion apps/dsnp-v2/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ const en: { [key: string]: string } = {
forAll: 'for All',
subText:
"A global marketplace to discover anything you need. Just type where you want to go and we'll take care of the rest.",
profileUpdateSuccess: 'Profile updated successfully!'
profileUpdateSuccess: 'Profile updated successfully!',
error: 'Error!',
fixError: 'Please fix the errors in the form before submitting.'
}
export default en
4 changes: 3 additions & 1 deletion apps/odr-v2/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ const en: { [key: string]: string } = {
service: 'Service',
orderId: 'Order Id',
confirmLoaderSubtext: 'you are being assigned a case manager',
profileUpdateSuccess: 'Profile updated successfully!'
profileUpdateSuccess: 'Profile updated successfully!',
error: 'Error!',
fixError: 'Please fix the errors in the form before submitting.'
}
export default en
3 changes: 2 additions & 1 deletion apps/retail/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const en: { [key: string]: string } = {
totalQuantity: 'Total Quantity',
totalAmount: 'Total Amount',
errorText: 'Something went wrong',
profileUpdateSuccess: 'Profile updated successfully!'
profileUpdateSuccess: 'Profile updated successfully!',
fixError: 'Please fix the errors in the form before submitting.'
}
export default en

0 comments on commit ee2da6b

Please sign in to comment.