File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
DasharoModulePkg/Application/SovereignBootWizard Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,11 @@ formset
44
44
45
45
subtitle text = STRING_TOKEN(STR_WELCOME_SUBTITLE);
46
46
47
- subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
47
+ // Empty text field so that none of the options are
48
+ // highlighted/selected by default.
49
+ text
50
+ help = STRING_TOKEN(STR_EMPTY_STRING),
51
+ text = STRING_TOKEN(STR_EMPTY_STRING);
48
52
49
53
goto SOVEREIGN_BOOT_WIZARD_CONFIG_FORM_ID,
50
54
prompt = STRING_TOKEN(STR_SELECT_SOVEREIGN_BOOT),
@@ -58,6 +62,8 @@ formset
58
62
text = STRING_TOKEN(STR_SOVEREIGN_BOOT_FEATURES);
59
63
endif;
60
64
65
+ subtitle text = STRING_TOKEN(STR_EMPTY_STRING);
66
+
61
67
goto SOVEREIGN_BOOT_WIZARD_MS_SECURE_BOOT_FORM_ID,
62
68
prompt = STRING_TOKEN(STR_SELECT_DEFAULT_SECURE_BOOT),
63
69
help = STRING_TOKEN(STR_SELECT_DEFAULT_SECURE_BOOT_HELP),
Original file line number Diff line number Diff line change 21
21
#langdef en-US "English"
22
22
23
23
#string STR_FORM_SET_TITLE #language en-US "Sovereign Boot Provisioning Wizard"
24
- #string STR_FORM_SET_TITLE_HELP #language en-US ""
25
- #string STR_EMPTY_STRING #language en-US ""
24
+ #string STR_FORM_SET_TITLE_HELP #language en-US " "
25
+ #string STR_EMPTY_STRING #language en-US " "
26
26
#string STR_EXIT_TEXT #language en-US "[Exit]"
27
27
28
28
#string FUNCTION_NINE_STRING #language en-US "F9=Reset to Defaults"
29
29
#string FUNCTION_TEN_STRING #language en-US "F10=Save"
30
30
31
31
// Welcome page strings
32
32
#string STR_FORM1_TITLE #language en-US "Sovereign Boot Provisioning Wizard"
33
- #string STR_WELCOME_SUBTITLE #language en-US "Welcome to Sovereign Boot Provisioning Wizard!"
33
+ #string STR_WELCOME_SUBTITLE #language en-US "Welcome to Sovereign Boot Provisioning Wizard!\n\n"
34
+ "Please select the UEFI Secure Boot scheme you would like to use:"
34
35
35
36
#string STR_SELECT_SOVEREIGN_BOOT #language en-US "Sovereign Boot"
36
37
#string STR_SELECT_SOVEREIGN_BOOT_HELP #language en-US ""
You can’t perform that action at this time.
0 commit comments