-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: API ObjectMetadata labelSingular and labelPlural which eventually solves typo in dropdown #7614
Conversation
@CoreTeamTwenty ready for review |
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.
PR Summary
This pull request corrects a typo in the API key labels within the api-key.workspace-entity.ts
file, changing 'Api Key' to 'API Key' for improved consistency and accuracy in the application's UI.
- Modified
packages/twenty-server/src/modules/api-key/standard-objects/api-key.workspace-entity.ts
to update labelSingular and labelPlural from 'Api Key' to 'API Key' - Fixes issue Typo in Settings > Advanced > API & Webhooks > webhook details #7478 where 'Api key' was incorrectly displayed in dropdown menus
- Ensures consistent capitalization of 'API' throughout the application
- Improves user experience in the Settings > Advanced > API & Webhooks section
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
packages/twenty-server/src/modules/api-key/standard-objects/api-key.workspace-entity.ts
Outdated
Show resolved
Hide resolved
@Nabhag8848 LGTM but you have conflicts, could you solve them? |
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.
LGTM
/award 150 |
Awarding Nabhag8848: 150 points 🕹️ Well done! Check out your new contribution on oss.gg/Nabhag8848 |
Thanks @Nabhag8848 for your contribution! |
@Nabhag8848 are these changes working in frontend ? |
@ketanMehtaa yes, we are storing objectMetadata information in database, you need to run database:reset command to have updated records. you can see this under metadata database, objectMetadata table. |
ISSUE
Description