You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _locales/en/messages.json
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
"warningTitle": {
6
6
"message": "Warning"
7
7
},
8
+
"noticeTitle": {
9
+
"message": "Notice"
10
+
},
8
11
"options_title": {
9
12
"message": "Application Options"
10
13
},
11
-
"options_receive_app_notifications": {
12
-
"message": "Receive desktop <strong>notification</strong> when application updates"
13
-
},
14
14
"connect": {
15
15
"message": "Connect"
16
16
},
@@ -35,6 +35,12 @@
35
35
"permanentExpertMode": {
36
36
"message": "Permanently enable Expert Mode"
37
37
},
38
+
"checkForConfiguratorUnstableVersions": {
39
+
"message": "Show update notifications for unstable versions of the configurator"
40
+
},
41
+
"configuratorUpdateNotice": {
42
+
"message": "You are using an outdated version of the <b>Betaflight Configurator</b>.<br>Version <b>$1</b> is available online, please visit <a href=\"$2\" target=\"_blank\">the release page</a> to download and install the latest version with fixes and improvements.<br>Please close the configurator window before updating."
GUI.log('You are using an old version of '+chrome.runtime.getManifest().name+'. Version '+version+' is available online with possible improvements and fixes.');
0 commit comments