Skip to content

Commit 78d3900

Browse files
committed
update tooltip
1 parent b79390a commit 78d3900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const Popup = () => {
175175
{useSelfHosted && !isDone && (
176176
<div
177177
className="tooltip tooltip-bottom"
178-
data-tip="The extension needs explicit permission to make requests to the self hosted API"
178+
data-tip="The extension needs explicit permission to make requests to self hosted Codecov"
179179
>
180180
<button
181181
onClick={requestHostPermission}

0 commit comments

Comments
 (0)