tom rebase attempt #5881

Closed
tzarebczan wants to merge 10 commits from replays-rebased-tom into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0e2a7e0997 - Show all commits

View file

@ -1782,6 +1782,7 @@
"Craft an epic post clearly explaining... whatever.": "Craft an epic post clearly explaining... whatever.",
"waiting": "waiting",
"%viewer_count% currently %viewer_state%": "%viewer_count% currently %viewer_state%",
"Choose Replay": "Choose Replay",
"More from %claim_name%": "More from %claim_name%",
"--end--": "--end--"
}

View file

@ -145,7 +145,7 @@ function PublishForm(props: Props) {
if (mode === PUBLISH_MODES.LIVESTREAM) {
return enableLivestream;
}
return false;
return true;
}
});