From 5f93ba76903a91eba244d7f826e5852d1771ab59 Mon Sep 17 00:00:00 2001 From: mazhead Date: Mon, 12 Apr 2021 19:02:51 +0200 Subject: [PATCH] Update awx/ui_next/src/screens/Project/shared/ProjectSubForms/SharedFields.jsx Accept suggestion Co-authored-by: Shane McDonald --- .../src/screens/Project/shared/ProjectSubForms/SharedFields.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/Project/shared/ProjectSubForms/SharedFields.jsx b/awx/ui_next/src/screens/Project/shared/ProjectSubForms/SharedFields.jsx index 784bed00d4..a2e9082f4e 100644 --- a/awx/ui_next/src/screens/Project/shared/ProjectSubForms/SharedFields.jsx +++ b/awx/ui_next/src/screens/Project/shared/ProjectSubForms/SharedFields.jsx @@ -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`If yes, 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.