Skip to content

Commit

Permalink
tunnels: slight wording fix on preventSleep (#200664)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 authored Dec 12, 2023
1 parent b70a276 commit aec7664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
default: ''
},
[CONFIGURATION_KEY_PREVENT_SLEEP]: {
description: localize('remoteTunnelAccess.preventSleep', "Prevent the computer from sleeping when remote tunnel access is turned on."),
description: localize('remoteTunnelAccess.preventSleep', "Prevent this computer from sleeping when remote tunnel access is turned on."),
type: 'boolean',
scope: ConfigurationScope.APPLICATION,
default: false,
Expand Down

0 comments on commit aec7664

Please sign in to comment.