mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
i180 release checker and changelog action
This commit is contained in:
parent
03533a5880
commit
a073bf8a17
3 changed files with 18 additions and 6 deletions
|
@ -28,7 +28,7 @@ TABS.landing.initialize = function (callback) {
|
|||
$("#content").addClass('log_open');
|
||||
state = true;
|
||||
}
|
||||
$(this).text(state ? 'Close' : 'Changelog');
|
||||
$(this).text(state ? chrome.i18n.getMessage('close') : chrome.i18n.getMessage('defaultChangelogAction'));
|
||||
$(this).data('state2', state);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue