mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-06 00:23:00 +08:00
Change Auto-download settings' title (#2966)
* Change auto-download setting's title The update don't get automatically downloaded when the user is connected over an metered connection. This is something the user should known about. Because of not have to be afraid on having extra costs and to not being confused if it not works on metered connections. * auto-download title (old settings) Did the same change also for the old web-settings.
This commit is contained in:
parent
e80fac4900
commit
834ac42d24
@ -537,7 +537,7 @@
|
||||
<value>Learn more about administrator mode</value>
|
||||
</data>
|
||||
<data name="GeneralPage_ToggleSwitch_AutoDownloadUpdates.Header" xml:space="preserve">
|
||||
<value>Download updates automatically</value>
|
||||
<value>Download updates automatically (Except on metered connections)</value>
|
||||
</data>
|
||||
<data name="GeneralPage_ToggleSwitch_RunningAsAdminNote.Text" xml:space="preserve">
|
||||
<value>Currently running as administrator</value>
|
||||
@ -590,4 +590,4 @@
|
||||
<data name="General_RunAsAdminRequired.Text" xml:space="preserve">
|
||||
<value>You need to run as administrator to use this setting</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
||||
|
@ -130,7 +130,7 @@ export class GeneralSettings extends React.Component <any, any> {
|
||||
|
||||
{this.state.settings.general.is_admin &&
|
||||
(<Stack>
|
||||
<Label>Download updates automatically</Label>
|
||||
<Label>Download updates automatically (Except on metered connections)</Label>
|
||||
<BoolToggleSettingsControl
|
||||
setting={{value: this.state.settings.general.download_updates_automatically}}
|
||||
disabled={!this.state.settings.general.is_admin}
|
||||
|
Loading…
Reference in New Issue
Block a user