mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 19:52:14 -08:00
i18n for waiting.ejs
This commit is contained in:
parent
f5317e9444
commit
8960fb20e0
@ -158,6 +158,9 @@
|
||||
"checkForUpdates": "Check for Updates",
|
||||
"whatsNew": "What's New",
|
||||
"updateReleaseNotes": "Update Release Notes"
|
||||
},
|
||||
"waiting": {
|
||||
"waitingText": "Waiting for Microsoft.."
|
||||
}
|
||||
},
|
||||
"js": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div id="waitingContent">
|
||||
<div class="waitingSpinner"></div>
|
||||
<div id="waitingTextContainer">
|
||||
<h2>Waiting for Microsoft..</h2>
|
||||
<h2><%- lang('waiting.waitingText') %></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user