Skip to content

Commit 7a27c3c

Browse files
author
Simon Rogers
committed
Update settings checkbox label
1 parent 76db05c commit 7a27c3c

File tree

1 file changed

+1
-1
lines changed
  • packages/webui/src/client/ui/Settings/Studio

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/Settings/Studio/Generic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function StudioSettings({ studio }: { studio: DBStudio }): JSX.Element {
321321
</LabelAndOverridesForCheckbox>
322322

323323
<LabelAndOverridesForCheckbox
324-
label={t('Allow infinite adlibs to persist')}
324+
label={t('Allow infinites from AdLib testing to persist')}
325325
item={wrappedItem}
326326
itemKey={'allowTestingAdlibsToPersist'}
327327
overrideHelper={overrideHelper}

0 commit comments

Comments
 (0)