chore: Correct Appsmith spelling in messages (#8186)
This commit is contained in:
parent
7e4a5a0810
commit
f8ef495e4c
|
|
@ -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.`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user