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 -->
<script>
var dynamicTitleValue = 'NexaAuther';
var dynamicTitleValue = 'Nexa Author';
document.getElementById("dynamicTitle").innerText = dynamicTitleValue;
</script>
<!-- End this is Add TItle Dynamic -->

View File

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

View File

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

View File

@ -36,6 +36,7 @@ async function createWindow() {
width: 1200,
height: 800,
icon: path.join(__dirname, 'assets', 'images', 'Nexa_Author Icon.png'),
title: 'Nexa Author',
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
@ -90,7 +91,7 @@ async function createWindow() {
// editors[divId] = editor;
// });
// 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",
"description": "",
"main": "main.js",