Change the tooltip for code-owners
Google-Bug-Id: b/249813986
Release-Notes: skip
Change-Id: Ie113e0c34f2d9962046c863d183b3d8a7198dfde
diff --git a/web/owner-status-column.ts b/web/owner-status-column.ts
index 2ec88ef..f59212b 100644
--- a/web/owner-status-column.ts
+++ b/web/owner-status-column.ts
@@ -216,7 +216,7 @@
private renderOwnership() {
if (!this.isOwned()) return nothing;
return html`
- <gr-tooltip-content title="You own this file" has-tooltip>
+ <gr-tooltip-content title="You are in OWNERS for this file" has-tooltip>
<gr-icon filled icon="policy"></gr-icon>
</gr-tooltip-content>
`;