Merge remote-tracking branch 'twofaktor/fix_typos'
This commit is contained in:
@ -155,7 +155,7 @@ export function StreamEditor({ ev, onFinish, options }: StreamEditorProps) {
|
|||||||
<StreamInput label={<FormattedMessage defaultMessage="Title" />}>
|
<StreamInput label={<FormattedMessage defaultMessage="Title" />}>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={formatMessage({ defaultMessage: "What are we steaming today?" })}
|
placeholder={formatMessage({ defaultMessage: "What are we streaming today?" })}
|
||||||
value={title}
|
value={title}
|
||||||
onChange={e => setTitle(e.target.value)}
|
onChange={e => setTitle(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
@ -492,7 +492,7 @@
|
|||||||
"defaultMessage": "Share on X"
|
"defaultMessage": "Share on X"
|
||||||
},
|
},
|
||||||
"QRHNuF": {
|
"QRHNuF": {
|
||||||
"defaultMessage": "What are we steaming today?"
|
"defaultMessage": "What are we streaming today?"
|
||||||
},
|
},
|
||||||
"QRRCp0": {
|
"QRRCp0": {
|
||||||
"defaultMessage": "Stream URL"
|
"defaultMessage": "Stream URL"
|
||||||
|
@ -30,7 +30,7 @@ export default function FaqPage() {
|
|||||||
</li>
|
</li>
|
||||||
<ol className="leading-6 list-inside list-decimal ml-6">
|
<ol className="leading-6 list-inside list-decimal ml-6">
|
||||||
<li>
|
<li>
|
||||||
<FormattedMessage defaultMessage="For manual hosting all you need is the HLS URL for the Stream URL field. You should be ale to find this in your hosting setup." />
|
<FormattedMessage defaultMessage="For manual hosting all you need is the HLS URL for the Stream URL field. You should be able to find this in your hosting setup." />
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<FormattedMessage defaultMessage="If you use our in-house zap.stream hosting (cheapest and easiest), copy your stream URL and Stream Key to your OBS settings and you should be good to go." />
|
<FormattedMessage defaultMessage="If you use our in-house zap.stream hosting (cheapest and easiest), copy your stream URL and Stream Key to your OBS settings and you should be good to go." />
|
||||||
|
@ -162,7 +162,7 @@
|
|||||||
"Q3au2v": "About {estimate}",
|
"Q3au2v": "About {estimate}",
|
||||||
"Q8Qw5B": "Description",
|
"Q8Qw5B": "Description",
|
||||||
"QNvtaq": "Share on X",
|
"QNvtaq": "Share on X",
|
||||||
"QRHNuF": "What are we steaming today?",
|
"QRHNuF": "What are we streaming today?",
|
||||||
"QRRCp0": "Stream URL",
|
"QRRCp0": "Stream URL",
|
||||||
"QWlMq9": "Stream key",
|
"QWlMq9": "Stream key",
|
||||||
"QceMQZ": "Goal: {amount}",
|
"QceMQZ": "Goal: {amount}",
|
||||||
|
Reference in New Issue
Block a user