]> www.vanbest.org Git - motioneye-debian/commitdiff
restore dialog tooltip fix
authorCalin Crisan <ccrisan@gmail.com>
Thu, 16 Jul 2015 11:32:28 +0000 (14:32 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Thu, 16 Jul 2015 11:32:28 +0000 (14:32 +0300)
static/js/main.js

index 3709a5e869e0462a94e54185834433580fe6e222..290b6e0a712915a47d58b130911219603a7e14f6 100644 (file)
@@ -2085,7 +2085,7 @@ function doRestore() {
                 '<tr>' +
                     '<td class="dialog-item-label"><span class="dialog-item-label">Backup File</span></td>' +
                     '<td class="dialog-item-value"><form><input type="file" class="styled" id="fileInput"></form></td>' +
-                    '<td><span class="help-mark" title="the device you wish to add to motionEye">?</span></td>' +
+                    '<td><span class="help-mark" title="the backup file you have previously downloaded">?</span></td>' +
                 '</tr>' +
             '</table>');