fix: add space (#35264)

pull/35266/head
Ahmad Abdolsaheb 2019-02-17 22:53:40 +03:00 committed by Randell Dawson
parent 2f27b6e687
commit 3b12bbb716
1 changed files with 1 additions and 1 deletions

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}