Fix_Spelling_Mistake : RV

This commit is contained in:
VENKATESHWARAN 2024-01-29 14:12:24 +05:30
parent e0944e65ba
commit 85526f8bbd
5 changed files with 6 additions and 5 deletions

View File

@ -817,7 +817,7 @@ try {
<!-- Start this is Add TItle Dynamic --> <!-- Start this is Add TItle Dynamic -->
<script> <script>
var dynamicTitleValue = 'NexaAuther'; var dynamicTitleValue = 'Nexa Author';
document.getElementById("dynamicTitle").innerText = dynamicTitleValue; document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
</script> </script>
<!-- End this is Add TItle Dynamic --> <!-- End this is Add TItle Dynamic -->

View File

@ -5857,7 +5857,7 @@ setInterval(addSerialNotoLocalStorage, 1000)
<!-- Start this is Add TItle Dynamic --> <!-- Start this is Add TItle Dynamic -->
<script> <script>
var dynamicTitleValue = 'NexaAuther'; var dynamicTitleValue = 'Nexa Author';
document.getElementById("dynamicTitle").innerText = dynamicTitleValue; document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
</script> </script>
<!-- End this is Add TItle Dynamic --> <!-- End this is Add TItle Dynamic -->

View File

@ -659,7 +659,7 @@ function copyFile(sourceFilePath, destinationFilePath) {
<!-- Start this is Add TItle Dynamic --> <!-- Start this is Add TItle Dynamic -->
<script> <script>
var dynamicTitleValue = 'NexaAuther'; var dynamicTitleValue = 'Nexa Author';
document.getElementById("dynamicTitle").innerText = dynamicTitleValue; document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
</script> </script>
<!-- End this is Add TItle Dynamic --> <!-- End this is Add TItle Dynamic -->

View File

@ -36,6 +36,7 @@ async function createWindow() {
width: 1200, width: 1200,
height: 800, height: 800,
icon: path.join(__dirname, 'assets', 'images', 'Nexa_Author Icon.png'), icon: path.join(__dirname, 'assets', 'images', 'Nexa_Author Icon.png'),
title: 'Nexa Author',
webPreferences: { webPreferences: {
nodeIntegration: true, nodeIntegration: true,
contextIsolation: false, contextIsolation: false,
@ -90,7 +91,7 @@ async function createWindow() {
// editors[divId] = editor; // editors[divId] = editor;
// }); // });
// mainWindow.setTitle(require('./package.json').name); // mainWindow.setTitle(require('./package.json').name);
mainWindow.setTitle('NexaAuther'); mainWindow.setTitle('Nexa Author');
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "nexa-author", "name": "Nexa Author",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "main.js", "main": "main.js",