We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79390a commit 78d3900Copy full SHA for 78d3900
src/popup/main.tsx
@@ -175,7 +175,7 @@ const Popup = () => {
175
{useSelfHosted && !isDone && (
176
<div
177
className="tooltip tooltip-bottom"
178
- data-tip="The extension needs explicit permission to make requests to the self hosted API"
+ data-tip="The extension needs explicit permission to make requests to self hosted Codecov"
179
>
180
<button
181
onClick={requestHostPermission}
0 commit comments