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:
htcfreek 2020-05-14 15:30:18 +02:00 committed by GitHub
parent e80fac4900
commit 834ac42d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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}