Skip to content

Commit 230de7f

Browse files
chore: rename 'Submit' to 'Submit and restart'
1 parent c947bc6 commit 230de7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceParametersPage/WorkspaceParametersForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const WorkspaceParametersForm: FC<WorkspaceParameterFormProps> = ({
154154
<FormFooter
155155
onCancel={onCancel}
156156
isLoading={isSubmitting}
157+
submitLabel="Submit and restart"
157158
submitDisabled={disabled || !form.dirty}
158159
/>
159160
</HorizontalForm>

0 commit comments

Comments
 (0)