Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2021-09-12 09:18:05 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2021-09-12 09:18:05 +0300
commit9264f2fb623e06d02ea1d5ca0428bed78ee2eaf2 (patch)
tree7f1ee7735e0dd1361f2f3d882e8fae4922d9f100 /keepassxc-browser/options/options.html
parentc956f41c9032dfa061de806b3b0301a891fdb154 (diff)
Switch update check default interval to Never
Diffstat (limited to 'keepassxc-browser/options/options.html')
-rw-r--r--keepassxc-browser/options/options.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html
index 10c5329..bbee559 100644
--- a/keepassxc-browser/options/options.html
+++ b/keepassxc-browser/options/options.html
@@ -278,20 +278,20 @@
<div class="mt-3">
<div data-i18n="optionsRadioText"></div>
<div class="form-check form-check-inline">
- <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="inlineRadio1" value="3">
- <label class="form-check-label" for="inlineRadio1"><span data-i18n="optionsRadioThreeDays"></span></label>
+ <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="checkUpdateThreeDays">
+ <label class="form-check-label" for="checkUpdateThreeDays"><span data-i18n="optionsRadioThreeDays"></span></label>
</div>
<div class="form-check form-check-inline">
- <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="inlineRadio2" value="7">
- <label class="form-check-label" for="inlineRadio2"><span data-i18n="optionsRadioWeek"></span></label>
+ <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="checkUpdateOneWeek">
+ <label class="form-check-label" for="checkUpdateOneWeek"><span data-i18n="optionsRadioWeek"></span></label>
</div>
<div class="form-check form-check-inline">
- <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="inlineRadio3" value="30">
- <label class="form-check-label" for="inlineRadio3"><span data-i18n="optionsRadioMonth"></span></label>
+ <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="checkUpdateOneMonth">
+ <label class="form-check-label" for="checkUpdateOneMonth"><span data-i18n="optionsRadioMonth"></span></label>
</div>
<div class="form-check form-check-inline">
- <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="inlineRadio4" value="0">
- <label class="form-check-label" for="inlineRadio4"><span data-i18n="optionsRadioNever"></span></label>
+ <input class="form-check-input" type="radio" name="checkUpdateKeePassXC" id="checkUpdateNever">
+ <label class="form-check-label" for="checkUpdateNever"><span data-i18n="optionsRadioNever"></span></label>
</div>
</div>
</div>