[Translation] Middle Header: Fix Start Bot button translation (#41)

This commit is contained in:
Muaath Alqarni 2021-06-23 11:27:18 +03:00 committed by GitHub
parent 6b8bfdf3ab
commit 634debcda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ const HeaderActions: FC<OwnProps & StateProps & DispatchProps> = ({
fluid fluid
onClick={handleStartBot} onClick={handleStartBot}
> >
{lang('Start')} {lang('BotStart')}
</Button> </Button>
)} )}
{!IS_SINGLE_COLUMN_LAYOUT && canSearch && ( {!IS_SINGLE_COLUMN_LAYOUT && canSearch && (