chore: fix English typo error

This commit is contained in:
Pablo Lara
2024-08-19 16:42:44 +02:00
parent c159fb1dac
commit 109a477f9e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const AddProvider = () => {
// show error
toast({
variant: "destructive",
title: "Ups! Something went wrong",
title: "Oops! Something went wrong",
description: errorMessage,
});
});
+1 -1
View File
@@ -34,7 +34,7 @@ export const AddProviderModal = () => {
// show error
toast({
variant: "destructive",
title: "Ups! Something went wrong",
title: "Oops! Something went wrong",
description: errorMessage,
});
});
@@ -22,7 +22,7 @@ export const CheckConnectionProvider = ({ id }: { id: string }) => {
// show error
toast({
variant: "destructive",
title: "Ups! Something went wrong",
title: "Oops! Something went wrong",
description: errorMessage,
});
} else {
+1 -1
View File
@@ -22,7 +22,7 @@ export const DeleteProvider = ({ id }: { id: string }) => {
// show error
toast({
variant: "destructive",
title: "Ups! Something went wrong",
title: "Oops! Something went wrong",
description: errorMessage,
});
} else {