fix(web): correct typo in agent builder message #3604
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link to Issue or Description of Change
Closes: google/adk-web#291
Problem:
The Agent Builder UI displays a misspelled user-facing message:
"Thia gent was not built by builder"
This text appears when an agent is generated without using the builder, and the typo reduces clarity and polish in the UI.
Solution:
Corrected the text to the intended phrasing:
"This agent was not built by builder"
This is a minimal, single-character fix in the web-facing code.
Testing Plan
This change is a simple typo correction, so no unit tests are required.
Unit Tests:
Not applicable — this is a small documentation/UI text fix.
Manual End-to-End (E2E) Tests:
Built the web bundle locally.
Navigated to the Agent Builder interface.
Triggered the scenario where the message is shown.
Verified the corrected text appears with the proper spelling.
No functional behavior was changed.
Checklist
I have read the CONTRIBUTING.md
document.
I have performed a self-review of my own code.
This change is a simple typo fix and does not require added comments or tests.
I have manually tested my changes end-to-end.
No dependent changes are required.
Additional context
N/A — simple UI text correction.