Skip to content

Commit

Permalink
review: change button label to plain "install" for the 'Use configure…
Browse files Browse the repository at this point in the history
…d storage" scenario
  • Loading branch information
KKoukiou committed Feb 16, 2024
1 parent 5d6a38f commit 33dfc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/storage/InstallationScenario.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const scenarios = [{
check: checkConfiguredStorage,
// CLEAR_PARTITIONS_NONE = 0
initializationMode: 0,
buttonLabel: _("Apply storage configuration and install"),
buttonLabel: _("Install"),
buttonVariant: "danger",
screenWarning: _("To prevent loss, make sure to backup your data."),
dialogTitleIconVariant: "",
Expand Down

0 comments on commit 33dfc8e

Please sign in to comment.