Update SharedFields.jsx

This commit is contained in:
mazhead 2021-04-15 15:23:05 +02:00 committed by GitHub
parent 83d340ab1f
commit 5bb93e1f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ export const ScmTypeOptions = withI18n()(
name="scm_track_submodules"
label={i18n._(t`Track submodules`)}
tooltip={i18n._(
t`If yes, submodules will track the latest commit on
t`Submodules will track the latest commit on
their master branch (or other branch specified in
.gitmodules). If no, submodules will be kept at
the revision specified by the main project.