chore: Correct Appsmith spelling in messages (#8186)

This commit is contained in:
arunvjn 2021-10-05 12:29:32 +05:30 committed by GitHub
parent 7e4a5a0810
commit f8ef495e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@ export const LOCAL_STORAGE_QUOTA_EXCEEDED_MESSAGE = () =>
export const LOCAL_STORAGE_NO_SPACE_LEFT_ON_DEVICE_MESSAGE = () =>
"Error saving a key in localStorage. You have run out of disk space";
export const LOCAL_STORAGE_NOT_SUPPORTED_APP_MIGHT_NOT_WORK_AS_EXPECTED = () =>
"Localstorage storage is not supported on your device. Some features including the appsmith store won't work.";
"Localstorage storage is not supported on your device. Some features including the Appsmith store won't work.";
export const OMNIBAR_PLACEHOLDER = () =>
`Search Widgets, Queries, Documentation`;
@ -370,7 +370,7 @@ export const EMPTY_RESPONSE_FIRST_HALF = () => "🙌 Click on";
export const EMPTY_RESPONSE_LAST_HALF = () => "to get a response";
export const INVALID_EMAIL = () => "Please enter a valid email";
export const DEBUGGER_INTERCOM_TEXT = (text: string) =>
`Hi, \nI'm facing the following error on appsmith, can you please help? \n\n${text}`;
`Hi, \nI'm facing the following error on Appsmith, can you please help? \n\n${text}`;
export const DEBUGGER_TRIGGER_ERROR = (propertyName: string) =>
`Error occurred while evaluating trigger ${propertyName}`;
@ -569,9 +569,9 @@ export const GIT_USER_UPDATED_SUCCESSFULLY = () =>
// Js Snippets
export const SNIPPET_DESCRIPTION = () =>
`Search and Insert code snippets to perform complex actions quickly.`;
`Search and insert code snippets to perform complex actions quickly.`;
export const DOC_DESCRIPTION = () =>
`Find answers through appsmith documentation.`;
`Find answers through Appsmith documentation.`;
export const NAV_DESCRIPTION = () =>
`Navigate to any page, widget or file across this project.`;