Skip to content

Commit 05dc154

Browse files
Merge pull request google#278 from ericandrewschmidt:main
PiperOrigin-RevId: 830972185
2 parents 5f3e5d1 + 4ade9ab commit 05dc154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/side-panel/side-panel.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
matTooltip="Create new agent in builder mode"
4949
style="cursor: pointer; margin-right: 16px;">add</mat-icon>
5050
<mat-icon (click)="!disableBuilderIcon() && enterBuilderMode.emit(true)"
51-
[matTooltip]="disableBuilderIcon() ? 'Thia gent was not built by builder' : 'Edit in Builder Mode'"
51+
[matTooltip]="disableBuilderIcon() ? 'This agent was not built by builder' : 'Edit in Builder Mode'"
5252
[style.cursor]="disableBuilderIcon() ? 'not-allowed' : 'pointer'"
5353
[style.opacity]="disableBuilderIcon() ? '0.5' : '1'"
5454
[style.margin-right.px]="32">edit</mat-icon>

0 commit comments

Comments
 (0)