From 0d7f7df043c70d069a02e4d1f936f3815cae6a84 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 19 Nov 2020 14:32:42 -0500 Subject: [PATCH] Update failed project sync error message --- awx/ui_next/src/screens/Project/shared/ProjectSyncButton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`)} )}