Skip to content

Commit

Permalink
ui: user:configure: fix typo
Browse files Browse the repository at this point in the history
Configure should be lowercase.

Change-Id: Ia670a426cd65e2cc49c7cd31b499ea6162aa6fc2
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Mar 11, 2022
1 parent 4b66164 commit d9c0153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
push("/working");
footerData.set({
topText: `${$installConfigData.name} (${$installConfigData.codename})`,
underText: "Please Configure the installation",
underText: "Please configure the installation",
waitingDots: false
});
yumi.setPosition("center");
Expand Down

0 comments on commit d9c0153

Please sign in to comment.