fix(i18n): remove 'help translate' from English (#41066)

This commit is contained in:
Oliver Eyton-Williams
2021-02-12 11:00:55 +01:00
committed by GitHub
parent 1e0c09faff
commit e28ad04cb5
8 changed files with 35 additions and 16 deletions

View File

@@ -53,6 +53,7 @@ export const ChallengeNode = PropTypes.shape({
tail: PropTypes.arrayOf(PropTypes.string),
time: PropTypes.string,
title: PropTypes.string,
translationPending: PropTypes.bool,
videoUrl: PropTypes.string
});