diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js
index 29c1c73..f0c8f3b 100644
--- a/assets/js/icecoder.js
+++ b/assets/js/icecoder.js
@@ -4088,7 +4088,7 @@ var ICEcoder = {
let winTitle;
if (false === this.loadingFile) {
- winTitle = "ICEcoder v" + this.versionNo;
+ winTitle = "ICEcoder " + this.versionNo;
for(let i = 1; i <= this.savedPoints.length; i++) {
if (this.savedPoints[i-1] !== this.getcMInstance(i).changeGeneration()) {
// We have an unsaved tab, indicate that in the title
diff --git a/editor.php b/editor.php
index 2b0dbfb..e48d3d3 100644
--- a/editor.php
+++ b/editor.php
@@ -7,7 +7,7 @@ $t = $text['editor'];
-ICEcoder v editor
+ICEcoder editor
diff --git a/files.php b/files.php
index 9dde156..03e0ff1 100644
--- a/files.php
+++ b/files.php
@@ -7,7 +7,7 @@ $t = $text['files'];
- ICEcoder v file manager
+ ICEcoder file manager
diff --git a/index.php b/index.php
index 365cdb9..d5e566a 100644
--- a/index.php
+++ b/index.php
@@ -28,7 +28,7 @@ if (true === $ICEcoder["checkUpdates"]) {
if ($thisV < $icv) {
$updateMsg =
";ICEcoder.dataMessage('" . $t['UPDATE INFO'] .
- ": ICEcoder v" . explode("\n", $icvData)[0] ." " . $t['now available'] . ". (" . $t['Your version is'] . " v" . $ICEcoder["versionNo"] .
+ ": ICEcoder " . explode("\n", $icvData)[0] ." " . $t['now available'] . ". (" . $t['Your version is'] . " v" . $ICEcoder["versionNo"] .
").
" .
$t['Update now'] . "
" . $icvI ."');";
}
@@ -39,7 +39,7 @@ $isMac = false !== strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh") ? true : fal
-ICEcoder v
+ICEcoder