Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 90348da

Browse files
committed
Update based on PR review
1 parent 267b391 commit 90348da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/web/src/site-admin/SiteAdminOutboundRequestsPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const SiteAdminOutboundRequestsPage: React.FunctionComponent<
147147
<div className="site-admin-outbound-requests-page">
148148
<PageTitle title="Outbound requests - Admin" />
149149
<Button variant="secondary" onClick={togglePolling} className="float-right">
150-
{polling ? 'Pause polling' : 'Resume polling'}
150+
{polling ? 'Pause updating' : 'Resume updating'}
151151
</Button>
152152
<PageHeader
153153
path={[{ text: 'Outbound requests' }]}
@@ -156,7 +156,7 @@ export const SiteAdminOutboundRequestsPage: React.FunctionComponent<
156156
<>
157157
This is the log of recent external requests sent by the Sourcegraph instance. Handy for seeing
158158
what's happening between Sourcegraph and other services.{' '}
159-
<strong>The list updates every five seconds.</strong>
159+
{polling ? <strong>The list updates every five seconds.</strong> : null}
160160
</>
161161
}
162162
className="mb-3"

0 commit comments

Comments
 (0)