Skip to content

Commit

Permalink
Fix missing message (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Mar 21, 2024
1 parent 3dff819 commit 33f8ebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/tabs/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ setup.initialize = function (callback) {
buildOptionList += `</div>`;
build_info_e.html(`<span class="buildInfoBtn" title="${i18n.getMessage('initialSetupInfoBuildOptions')}">
<a class="buildOptions" href=#"><strong>${i18n.getMessage('initialSetupInfoBuildOptionList')}</strong></a></span>`);
} else {
build_info_e.html(i18n.getMessage(navigator.onLine ? 'initialSetupInfoBuildOptionsEmpty' : 'initialSetupNotOnline'));
}

if (FC.CONFIG.buildKey.length === 32) {
Expand Down

0 comments on commit 33f8ebe

Please sign in to comment.