We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945b0bb commit 3be8500Copy full SHA for 3be8500
app/pages/project/instances/instance/tabs/SettingsTab.tsx
@@ -75,7 +75,7 @@ export function Component() {
75
control={form.control}
76
name="autoRestartPolicy"
77
label="Policy"
78
- description="If unconfigured this instance uses the default auto-restart policy, which may or may not allow it to be restarted."
+ description="If unconfigured, this instance uses the default auto-restart policy, which may or may not allow it to be restarted."
79
placeholder="Default"
80
items={[
81
{ value: '', label: 'None (Default)' },
0 commit comments