diff --git a/awx/ui_next/src/screens/Project/shared/ProjectSyncButton.jsx b/awx/ui_next/src/screens/Project/shared/ProjectSyncButton.jsx index 2940a22925..b65aecae68 100644 --- a/awx/ui_next/src/screens/Project/shared/ProjectSyncButton.jsx +++ b/awx/ui_next/src/screens/Project/shared/ProjectSyncButton.jsx @@ -37,7 +37,7 @@ function ProjectSyncButton({ i18n, children, projectId }) { title={i18n._(t`Error!`)} onClose={dismissError} > - {i18n._(t`Failed to sync job.`)} + {i18n._(t`Failed to sync project.`)} )}