Skip to content

Commit

Permalink
[gui] fix typo in instance name input
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-toterman committed Oct 18, 2024
1 parent 5179106 commit 2b46fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/lib/catalogue/launch_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class _LaunchFormState extends ConsumerState<LaunchForm> {
final nameInput = SpecInput(
label: 'Name',
autofocus: true,
helper: 'Namess cannot be changed one an instance is created',
helper: 'Names cannot be changed once an instance is created',
hint: randomName,
validator: nameValidator(vmNames),
onSaved: (value) => launchRequest.instanceName =
Expand Down

0 comments on commit 2b46fba

Please sign in to comment.