diff --git a/webpack/components/ResourceQuotaForm/components/Properties/TextInputField.js b/webpack/components/ResourceQuotaForm/components/Properties/TextInputField.js index f540beb..09ed98c 100644 --- a/webpack/components/ResourceQuotaForm/components/Properties/TextInputField.js +++ b/webpack/components/ResourceQuotaForm/components/Properties/TextInputField.js @@ -40,7 +40,7 @@ const TextInputField = ({ dispatchAPICallbackToast( success, response, - `Sucessfully applied ${label}.`, + `Successfully applied ${label}.`, `An error occurred appyling ${label}.` ) ); diff --git a/webpack/components/ResourceQuotaForm/components/Properties/index.js b/webpack/components/ResourceQuotaForm/components/Properties/index.js index fcd4e57..f103b92 100644 --- a/webpack/components/ResourceQuotaForm/components/Properties/index.js +++ b/webpack/components/ResourceQuotaForm/components/Properties/index.js @@ -64,7 +64,7 @@ const Properties = ({ dispatchAPICallbackToast( success, response, - `Sucessfully fetched latest data.`, + `Successfully fetched latest data.`, `An error occurred fetching quota information.` ) ); diff --git a/webpack/components/ResourceQuotaForm/components/Resource/index.js b/webpack/components/ResourceQuotaForm/components/Resource/index.js index 6e0eee8..c980d4a 100644 --- a/webpack/components/ResourceQuotaForm/components/Resource/index.js +++ b/webpack/components/ResourceQuotaForm/components/Resource/index.js @@ -74,7 +74,7 @@ const Resource = ({ dispatchAPICallbackToast( success, response, - `Sucessfully applied ${resourceTitle}.`, + `Successfully applied ${resourceTitle}.`, `An error occurred appyling ${resourceTitle}.` ) ); diff --git a/webpack/components/ResourceQuotaForm/components/Submit.js b/webpack/components/ResourceQuotaForm/components/Submit.js index 1998077..cf42a92 100644 --- a/webpack/components/ResourceQuotaForm/components/Submit.js +++ b/webpack/components/ResourceQuotaForm/components/Submit.js @@ -31,7 +31,7 @@ const Submit = ({ isValid, onCreate, onSubmit }) => { dispatchAPICallbackToast( success, response, - `Sucessfully created new Resource Quota`, + `Successfully created new Resource Quota`, `An error occurred while creating new Resource Quota.` ) );