Mod wording

This commit is contained in:
Jan Stabenow 2022-07-20 18:50:42 +02:00
parent dec533b5b7
commit 67aad79bfe
No known key found for this signature in database
GPG Key ID: 9C22DD65A9AAF133
4 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@ function SourceIcon(props) {
const id = 'hls';
const type = 'network';
const name = <Trans>Internal HLS server</Trans>;
const name = <Trans>HLS server</Trans>;
const capabilities = ['audio', 'video'];
export { id, type, name, capabilities, SourceIcon as icon, Source as component };

View File

@ -90,7 +90,7 @@ function SourceIcon(props) {
const id = 'rtmp';
const type = 'network';
const name = <Trans>Internal RTMP server</Trans>;
const name = <Trans>RTMP server</Trans>;
const capabilities = ['audio', 'video'];
export { id, type, name, capabilities, SourceIcon as icon, Source as component };

View File

@ -90,7 +90,7 @@ function SourceIcon(props) {
const id = 'srt';
const type = 'network';
const name = <Trans>Internal SRT server</Trans>;
const name = <Trans>SRT server</Trans>;
const capabilities = ['audio', 'video'];
export { id, type, name, capabilities, SourceIcon as icon, Source as component };

View File

@ -1210,7 +1210,7 @@ export default function Settings(props) {
<ErrorTab className="tab" label={<Trans>Authorization</Trans>} value="auth" errors={$tabs.auth.errors} />
{$expert === true && <ErrorTab className="tab" label={<Trans>Playback</Trans>} value="playback" errors={$tabs.playback.errors} />}
{$expert === true && <ErrorTab className="tab" label={<Trans>Storage</Trans>} value="storage" errors={$tabs.storage.errors} />}
<ErrorTab className="tab" label={<Trans>RTMP/S</Trans>} value="rtmp" errors={$tabs.rtmp.errors} />
<ErrorTab className="tab" label={<Trans>RTMP</Trans>} value="rtmp" errors={$tabs.rtmp.errors} />
<ErrorTab className="tab" label={<Trans>SRT</Trans>} value="srt" errors={$tabs.srt.errors} />
{$expert === true && <ErrorTab className="tab" label={<Trans>Logging</Trans>} value="logging" errors={$tabs.logging.errors} />}
</Tabs>
@ -1827,7 +1827,7 @@ export default function Settings(props) {
<Grid container spacing={2}>
<Grid item xs={12}>
<Typography variant="h2">
<Trans>RTMP/S</Trans>
<Trans>RTMP</Trans>
</Typography>
</Grid>
<Grid item xs={12}>