-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Improve product copy by removing improper character capitalization #7911
Conversation
Updated the copy and removed places where things were capitalized inconsistently
app/client/src/constants/messages.ts
Outdated
export const ONBOARDING_TASK_WIDGET_FOOTER_ACTION = () => | ||
"deploy your application"; | ||
export const ONBOARDING_TASK_FOOTER = () => "Alternatively, you can also"; | ||
|
||
export const USE_SNIPPET = () => "Snippet"; | ||
export const SNIPPET_TOOLTIP = () => "Search Snippets"; | ||
export const SNIPPET_TOOLTIP = () => "Search snippets"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be Search JS snippets
to be consistent with OMNIBAR_PLACEHOLDER_SNIPPETS ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed with you. I'll update this
Updated with fixes for a spelling mistake and made changes to code snippets
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
Description
There are copy places in Appsmith where the capitalization of words is inconsistent. I've replaced everything with sentence case
Fixes #7910
Type of change
How Has This Been Tested?
Used my eyes to test
Checklist:
Test coverage results 🧪
⚪ Total coverage has not changed
No changes to code coverage between the base branch and the head branch