Commit 8d999e6
fix(frontend): change Jira connection label from Username to Email (#926)
## Summary
- Jira Cloud requires a full email for authentication, but the
connection form labeled the field "Username"
- Changed the label to "Email", set input type to `email`, and updated
placeholder/helper text accordingly
## Test plan
- [ ] Open the Jira connection card in the frontend
- [ ] Verify the field label reads "Email" instead of "Username"
- [ ] Verify the placeholder shows `your-email@redhat.com`
- [ ] Verify the helper text reads "Your Jira Cloud login email (e.g.,
jdoe@redhat.com)"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f6a5543 commit 8d999e6
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments