mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
chore: fix English typo error
This commit is contained in:
@@ -22,7 +22,7 @@ export const AddProvider = () => {
|
||||
// show error
|
||||
toast({
|
||||
variant: "destructive",
|
||||
title: "Ups! Something went wrong",
|
||||
title: "Oops! Something went wrong",
|
||||
description: errorMessage,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user