chore: fix typos (#4877)
* Chore: Fix typos * Add generated resources --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
359bd290ba
commit
a0bbc1893b
+1
-1
@@ -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"
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user