[mirotalk] - add missing
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = {
|
||||
'Start your next video call with a single click. No download, plug-in, or login is required. Just get straight to talking, messaging, and sharing your screen.',
|
||||
joinDescription: 'Pick a room name.<br />How about this one?',
|
||||
joinButtonLabel: 'JOIN ROOM',
|
||||
joinLastLabel: 'Your recent room:',
|
||||
},
|
||||
site: {
|
||||
landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.',
|
||||
|
||||
@@ -21,6 +21,7 @@ const appleTouchIcon = document.getElementById('appleTouchIcon');
|
||||
const appTitle = document.getElementById('appTitle');
|
||||
const appDescription = document.getElementById('appDescription');
|
||||
const appJoinDescription = document.getElementById('appJoinDescription');
|
||||
const appJoinLastRoom = document.getElementById('appJoinLastRoom');
|
||||
|
||||
const features = document.getElementById('features');
|
||||
const browsers = document.getElementById('browsers');
|
||||
@@ -42,6 +43,7 @@ let brand = {
|
||||
'Start your next video call with a single click. No download, plug-in, or login is required. Just get straight to talking, messaging, and sharing your screen.',
|
||||
joinDescription: 'Pick a room name.<br />How about this one?',
|
||||
joinButtonLabel: 'JOIN ROOM',
|
||||
joinLastLabel: 'Your recent room:',
|
||||
},
|
||||
site: {
|
||||
landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.',
|
||||
@@ -139,6 +141,7 @@ function handleBrand() {
|
||||
if (appDescription) appDescription.textContent = brand.app.description;
|
||||
if (appJoinDescription) appJoinDescription.innerHTML = brand.app.joinDescription;
|
||||
if (joinRoomButton) joinRoomButton.innerText = brand.app.joinButtonLabel; // common.js
|
||||
if (appJoinLastRoom) appJoinLastRoom.innerText = brand.app.joinLastLabel;
|
||||
|
||||
!brand.html.features && elementDisplay(features, false);
|
||||
!brand.html.browsers && elementDisplay(browsers, false);
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="lastRoomContainer" class="last-room">
|
||||
<span>Your recent room:</span>
|
||||
<span id="appJoinLastRoom">Your recent room:</span>
|
||||
<a id="lastRoom"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="lastRoomContainer" class="last-room">
|
||||
<span>Your recent room:</span>
|
||||
<span id="appJoinLastRoom">Your recent room:</span>
|
||||
<a id="lastRoom"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user