Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/translator/DocTranslationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const DocTranslationForm = ({ srcLang, tgtLang, pairPrefs, cancelUrl, setLoading
style={{ bottom: '-6px', right: '20px' }}
variant="secondary"
>
<FontAwesomeIcon icon={faArrowLeft} /> {t('Cancel')}
<FontAwesomeIcon icon={faArrowLeft} /> {t('Go Back')}
</Button>
</LinkContainer>
</Card.Body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/translator/WebpageTranslationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const WebpageTranslationForm = ({ cancelUrl, srcLang, tgtLang, pairPrefs, setLoa
<div className="d-inline-flex mb-2 w-100">
<LinkContainer to={cancelUrl}>
<Button variant="secondary">
<FontAwesomeIcon icon={faArrowLeft} /> {t('Cancel')}
<FontAwesomeIcon icon={faArrowLeft} /> {t('Go Back')}
</Button>
</LinkContainer>
<InputGroup className="ml-3">
Expand Down