mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:15:56 +00:00
add some infoblurbs to the updater plugin, remove experimental notices
This commit is contained in:
@@ -55,7 +55,7 @@ function updateSelf() {
|
||||
}
|
||||
},
|
||||
start: function() {
|
||||
if (prompt(__("Live updating is considered experimental. Backup your tt-rss directory before continuing. Please type 'yes' to continue.")) == 'yes') {
|
||||
if (prompt(__("Backup your tt-rss directory before continuing. Please type 'yes' to continue.")) == 'yes') {
|
||||
dialog.performUpdate(0);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user