chore: fix typos (#4877)

* Chore: Fix typos

* Add generated resources

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Andreas Deininger
2023-08-30 13:27:46 +03:00
committed by GitHub
co-authored by Shahed Nasser
parent 359bd290ba
commit a0bbc1893b
36 changed files with 52 additions and 53 deletions
@@ -130,7 +130,7 @@ export const ConditionsProvider = ({
{
onSuccess: () => {
notification(
"Condtions were succesfully added",
"Conditions were successfully added",
"Discount conditions updated",
"success"
)
@@ -53,7 +53,7 @@ const EditGiftCardModal = ({
onSuccess: () => {
notification(
"Updated Gift card",
"Gift card was succesfully updated",
"Gift card was successfully updated",
"success"
)
@@ -62,7 +62,7 @@ const GiftCardDetails = () => {
onSuccess: () => {
notification(
"Updated status",
"Succesfully updated the status of the Gift Card",
"Successfully updated the status of the Gift Card",
"success"
)
},