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" />}>
|
||||
<input
|
||||
type="text"
|
||||
placeholder={formatMessage({ defaultMessage: "What are we steaming today?" })}
|
||||
placeholder={formatMessage({ defaultMessage: "What are we streaming today?" })}
|
||||
value={title}
|
||||
onChange={e => setTitle(e.target.value)}
|
||||
/>
|
||||
|
@ -492,7 +492,7 @@
|
||||
"defaultMessage": "Share on X"
|
||||
},
|
||||
"QRHNuF": {
|
||||
"defaultMessage": "What are we steaming today?"
|
||||
"defaultMessage": "What are we streaming today?"
|
||||
},
|
||||
"QRRCp0": {
|
||||
"defaultMessage": "Stream URL"
|
||||
|
@ -30,7 +30,7 @@ export default function FaqPage() {
|
||||
</li>
|
||||
<ol className="leading-6 list-inside list-decimal ml-6">
|
||||
<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>
|
||||
<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}",
|
||||
"Q8Qw5B": "Description",
|
||||
"QNvtaq": "Share on X",
|
||||
"QRHNuF": "What are we steaming today?",
|
||||
"QRHNuF": "What are we streaming today?",
|
||||
"QRRCp0": "Stream URL",
|
||||
"QWlMq9": "Stream key",
|
||||
"QceMQZ": "Goal: {amount}",
|
||||
|
Reference in New Issue
Block a user