diff --git a/src/views/Edit/Wizard/Sources/InternalHLS.js b/src/views/Edit/Wizard/Sources/InternalHLS.js
index 1f71338..ae4942e 100644
--- a/src/views/Edit/Wizard/Sources/InternalHLS.js
+++ b/src/views/Edit/Wizard/Sources/InternalHLS.js
@@ -70,7 +70,7 @@ function SourceIcon(props) {
const id = 'hls';
const type = 'network';
-const name = Internal HLS server;
+const name = HLS server;
const capabilities = ['audio', 'video'];
export { id, type, name, capabilities, SourceIcon as icon, Source as component };
diff --git a/src/views/Edit/Wizard/Sources/InternalRTMP.js b/src/views/Edit/Wizard/Sources/InternalRTMP.js
index 4e88a9e..0cb3e0b 100644
--- a/src/views/Edit/Wizard/Sources/InternalRTMP.js
+++ b/src/views/Edit/Wizard/Sources/InternalRTMP.js
@@ -90,7 +90,7 @@ function SourceIcon(props) {
const id = 'rtmp';
const type = 'network';
-const name = Internal RTMP server;
+const name = RTMP server;
const capabilities = ['audio', 'video'];
export { id, type, name, capabilities, SourceIcon as icon, Source as component };
diff --git a/src/views/Edit/Wizard/Sources/InternalSRT.js b/src/views/Edit/Wizard/Sources/InternalSRT.js
index b260ff6..cf1b89d 100644
--- a/src/views/Edit/Wizard/Sources/InternalSRT.js
+++ b/src/views/Edit/Wizard/Sources/InternalSRT.js
@@ -90,7 +90,7 @@ function SourceIcon(props) {
const id = 'srt';
const type = 'network';
-const name = Internal SRT server;
+const name = SRT server;
const capabilities = ['audio', 'video'];
export { id, type, name, capabilities, SourceIcon as icon, Source as component };
diff --git a/src/views/Settings.js b/src/views/Settings.js
index f49332a..a985116 100644
--- a/src/views/Settings.js
+++ b/src/views/Settings.js
@@ -1210,7 +1210,7 @@ export default function Settings(props) {
Authorization} value="auth" errors={$tabs.auth.errors} />
{$expert === true && Playback} value="playback" errors={$tabs.playback.errors} />}
{$expert === true && Storage} value="storage" errors={$tabs.storage.errors} />}
- RTMP/S} value="rtmp" errors={$tabs.rtmp.errors} />
+ RTMP} value="rtmp" errors={$tabs.rtmp.errors} />
SRT} value="srt" errors={$tabs.srt.errors} />
{$expert === true && Logging} value="logging" errors={$tabs.logging.errors} />}
@@ -1827,7 +1827,7 @@ export default function Settings(props) {
- RTMP/S
+ RTMP