Mod wording
This commit is contained in:
parent
dec533b5b7
commit
67aad79bfe
@ -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 };
|
||||
|
||||
@ -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 };
|
||||
|
||||
@ -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 };
|
||||
|
||||
@ -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}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user