diff --git a/.env.template b/.env.template
index 780db01a..199ef7c7 100644
--- a/.env.template
+++ b/.env.template
@@ -1,5 +1,5 @@
# ====================================================
-# MiroTalk P2P v.1.7.49 - Environment Configuration
+# MiroTalk P2P v.1.7.50 - Environment Configuration
# ====================================================
# App environment
diff --git a/app/src/config.template.js b/app/src/config.template.js
index c68d8759..e3da46e3 100644
--- a/app/src/config.template.js
+++ b/app/src/config.template.js
@@ -2,7 +2,7 @@
/**
* ==============================================
- * MiroTalk P2P v.1.7.49 - Configuration File
+ * MiroTalk P2P v.1.7.50 - Configuration File
* ==============================================
*
* This file is the central configuration source.
@@ -282,6 +282,11 @@ module.exports = {
newCallRoomDescription:
"Each room has its disposable URL. Just pick a room name and share your custom URL. It's that easy.",
loginTitle: 'MiroTalk - Host Protected login required.',
+ loginHeading: 'Welcome back',
+ loginDescription: 'Enter your credentials to continue.',
+ loginButtonLabel: 'Login',
+ joinRoomTitle: 'Pick name.
Share URL.
Start conference.',
+ joinRoomButtonLabel: 'JOIN ROOM',
clientTitle: 'MiroTalk WebRTC Video call, Chat Room & Screen Sharing.',
privacyPolicyTitle: 'MiroTalk - privacy and policy.',
stunTurnTitle: 'Test Stun/Turn Servers.',
diff --git a/app/src/server.js b/app/src/server.js
index 1db4bba5..4443df65 100755
--- a/app/src/server.js
+++ b/app/src/server.js
@@ -45,7 +45,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
- * @version 1.7.49
+ * @version 1.7.50
*
*/
diff --git a/package-lock.json b/package-lock.json
index a5203baa..176e34f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mirotalk",
- "version": "1.7.49",
+ "version": "1.7.50",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
- "version": "1.7.49",
+ "version": "1.7.50",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "11.4.0",
diff --git a/package.json b/package.json
index d6af139e..f31bfabb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
- "version": "1.7.49",
+ "version": "1.7.50",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
diff --git a/public/js/brand.js b/public/js/brand.js
index abd527ef..f298584b 100644
--- a/public/js/brand.js
+++ b/public/js/brand.js
@@ -10,6 +10,11 @@ const newCallTitle = document.getElementById('newCallTitle');
const newCallRoomTitle = document.getElementById('newCallRoomTitle');
const newCallRoomDescription = document.getElementById('newCallRoomDescription');
const loginTitle = document.getElementById('loginTitle');
+const loginHeading = document.getElementById('loginHeading');
+const loginDescription = document.getElementById('loginDescription');
+const loginButtonLabel = document.getElementById('loginButtonLabel');
+const joinRoomTitle = document.getElementById('joinRoomTitle');
+const joinRoomButtonLabel = document.getElementById('joinRoomButtonLabel');
const waitingRoomTitle = document.getElementById('waitingRoomTitle');
const waitingRoomHeading = document.getElementById('waitingRoomHeading');
const waitingRoomDescription = document.getElementById('waitingRoomDescription');
@@ -66,6 +71,11 @@ let brand = {
newCallRoomDescription:
"Each room has its disposable URL. Just pick a room name and share your custom URL. It's that easy.",
loginTitle: 'MiroTalk - Host Protected login required.',
+ loginHeading: 'Welcome back',
+ loginDescription: 'Enter your credentials to continue.',
+ loginButtonLabel: 'Login',
+ joinRoomTitle: 'Pick name.
Share URL.
Start conference.',
+ joinRoomButtonLabel: 'JOIN ROOM',
clientTitle: 'MiroTalk WebRTC Video call, Chat Room & Screen Sharing.',
privacyPolicyTitle: 'MiroTalk - privacy and policy.',
stunTurnTitle: 'Test Stun/Turn Servers.',
@@ -94,7 +104,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
- title: 'WebRTC P2P v1.7.49',
+ title: 'WebRTC P2P v1.7.50',
html: `
- JOIN ROOM
+
+ JOIN ROOM