Conversation
TkDodo
left a comment
There was a problem hiding this comment.
The root problem is that this doesn’t use our FieldGroup but just Panel and PanelBody in the parent I think!
Ah yes, I was able to entirely remove the panel component from here now. |
static/app/views/settings/organizationAuthTokens/authTokenDetails.tsx
Outdated
Show resolved
Hide resolved
| </div> | ||
| </FieldGroup> | ||
|
|
||
| <form.FieldGroup title="Create New Organization Token"> |
There was a problem hiding this comment.
The translations have already been added to both files:
✅ authTokenDetails.tsx (line 142): title={t('Organization Token Details')}
✅ newAuthToken.tsx (line 99): title={t('Create New Organization Token')}
The changes were committed and pushed in commit 2bc92cb4d1f with the message "fix(org): Add translations for form field group titles". Both form field group titles are now properly wrapped with the t() translation function, so they'll be localized in non-English locales.
Co-authored-by: Jonas <JonasBa@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable autofix in the Cursor dashboard.
static/app/views/settings/organizationAuthTokens/authTokenDetails.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Jonas <JonasBa@users.noreply.github.com>


Fixes auth token layout.