Skip to content

Commit 454175a

Browse files
Change copy of toolbar button (#3736)
1 parent 6feb8fc commit 454175a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/gitbook/src/components/AdminToolbar/AdminToolbarClient.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ function ChangeRequestToolbar(props: ToolbarViewProps) {
167167
icon="comment"
168168
/>
169169

170-
{/* Open production site */}
170+
{/* Open published/live site */}
171171
{site.urls.published ? (
172172
<ToolbarButton
173-
title="Open production site"
173+
title="Open live site"
174174
href={getToolbarHref({
175175
href: site.urls.published,
176176
siteId: site.id,
@@ -249,7 +249,7 @@ function RevisionToolbar(props: ToolbarViewProps) {
249249
/>
250250
{site.urls.published ? (
251251
<ToolbarButton
252-
title="Open production site"
252+
title="Open live site"
253253
href={getToolbarHref({
254254
href: site.urls.published,
255255
siteId: site.id,

0 commit comments

Comments
 (0)