chore: fix typos (#4877)
* Chore: Fix typos * Add generated resources --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
359bd290ba
commit
a0bbc1893b
@@ -115,7 +115,7 @@ const AddDenominationModal = ({ open, onClose, giftCard }: Props) => {
|
||||
onSuccess: () => {
|
||||
notification(
|
||||
"Denomination added",
|
||||
"A new denomination was succesfully added",
|
||||
"A new denomination was successfully added",
|
||||
"success"
|
||||
)
|
||||
handleClose()
|
||||
|
||||
@@ -92,7 +92,7 @@ const EditDenominationsModal = ({
|
||||
onSuccess: () => {
|
||||
notification(
|
||||
"Denomination updated",
|
||||
"A new denomination was succesfully updated",
|
||||
"A new denomination was successfully updated",
|
||||
"success"
|
||||
)
|
||||
queryClient.invalidateQueries(adminProductKeys.all)
|
||||
|
||||
@@ -93,7 +93,7 @@ const ResetTokenCard: React.FC<ResetTokenCardProps> = ({ goBack }) => {
|
||||
</div>
|
||||
<div className="gap-y-2xsmall flex flex-col">
|
||||
<span className="inter-base-regular">
|
||||
Succesfully sent you an email
|
||||
Successfully sent you an email
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user