i18n for waiting.ejs

This commit is contained in:
Kamesuta 2023-08-31 13:31:52 +09:00
parent f5317e9444
commit 8960fb20e0
2 changed files with 4 additions and 1 deletions

View File

@ -158,6 +158,9 @@
"checkForUpdates": "Check for Updates", "checkForUpdates": "Check for Updates",
"whatsNew": "What's New", "whatsNew": "What's New",
"updateReleaseNotes": "Update Release Notes" "updateReleaseNotes": "Update Release Notes"
},
"waiting": {
"waitingText": "Waiting for Microsoft.."
} }
}, },
"js": { "js": {

View File

@ -2,7 +2,7 @@
<div id="waitingContent"> <div id="waitingContent">
<div class="waitingSpinner"></div> <div class="waitingSpinner"></div>
<div id="waitingTextContainer"> <div id="waitingTextContainer">
<h2>Waiting for Microsoft..</h2> <h2><%- lang('waiting.waitingText') %></h2>
</div> </div>
</div> </div>
</div> </div>