fix: add space (#35264)

This commit is contained in:
Ahmad Abdolsaheb
2019-02-17 22:53:40 +03:00
committed by Randell Dawson
parent 2f27b6e687
commit 3b12bbb716

View File

@ -178,7 +178,7 @@ export class BackEnd extends Component {
instructions={instructions}
/>
<Form
buttonText={buttonCopy + '(Ctrl + Enter)'}
buttonText={`${buttonCopy} (Ctrl + Enter)`}
formFields={formFields}
id={backendNS}
options={options}