mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
Use i18n for tab switch message.
This commit is contained in:
parent
e7e9b3f2c7
commit
e4bc970680
2 changed files with 7 additions and 1 deletions
2
main.js
2
main.js
|
@ -63,7 +63,7 @@ $(document).ready(function () {
|
|||
tab = $(self).parent().prop('class');
|
||||
|
||||
if (!CONFIGURATOR.connectionValid) {
|
||||
GUI.log('tabSwitchConnectionRequired');
|
||||
GUI.log(chrome.i18n.getMessage('tabSwitchConnectionRequired'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue