Skip to content

Commit 3be8500

Browse files
Add comma to settings help text
Co-authored-by: Eliza Weisman <eliza@elizas.website>
1 parent 945b0bb commit 3be8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/project/instances/instance/tabs/SettingsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function Component() {
7575
control={form.control}
7676
name="autoRestartPolicy"
7777
label="Policy"
78-
description="If unconfigured this instance uses the default auto-restart policy, which may or may not allow it to be restarted."
78+
description="If unconfigured, this instance uses the default auto-restart policy, which may or may not allow it to be restarted."
7979
placeholder="Default"
8080
items={[
8181
{ value: '', label: 'None (Default)' },

0 commit comments

Comments
 (0)