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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-03-12 11:34:24 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-03-12 11:34:24 +0300
commit270d26618ca274b17fbac9fb1396a586d2098036 (patch)
tree33ece62963f2e0ccd69854bf743938d213c97aeb
parent714868c48fed665d112ed8242bf31f926b6dbf23 (diff)
Bugfix for the autoupdater
-rw-r--r--Duplicati/Server/webroot/ngax/templates/settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/templates/settings.html b/Duplicati/Server/webroot/ngax/templates/settings.html
index fbe7ffcf2..d3298b8ff 100644
--- a/Duplicati/Server/webroot/ngax/templates/settings.html
+++ b/Duplicati/Server/webroot/ngax/templates/settings.html
@@ -66,7 +66,7 @@
<div class="sublabel">Specific builds for developers only.</div>
</div>
<div class="input checkbox">
- <input type="radio" class="checkbox" id="updateChannelCanary" value="experimental" name="updateChannel" ng-model="updateChannel" />
+ <input type="radio" class="checkbox" id="updateChannelCanary" value="canary" name="updateChannel" ng-model="updateChannel" />
<label for="updateChannelCanary">Canary</label>
<div class="sublabel">Individual builds for developers only.</div>
</div>