Skip to content

Commit a7402eb

Browse files
authored
Unify Windows Defender prompt checkbox text (#2036)
Changes checkbox label from 'Don't ask me again' to 'Don't ask again' to match phrasing used elsewhere in the application.
1 parent 172e002 commit a7402eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/windows-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function promptWindowsSpeedUpSites( {
5050
message: __(
5151
"Microsoft Defender's Real-time protection may slow site creation.\n\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app."
5252
),
53-
...( skipIfAlreadyPrompted && { checkboxLabel: __( "Don't ask me again" ) } ),
53+
...( skipIfAlreadyPrompted && { checkboxLabel: __( "Don't ask again" ) } ),
5454
cancelId: buttons.indexOf( NOT_INTERESTED ),
5555
} );
5656

0 commit comments

Comments
 (0)