mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Update failed project sync error message
This commit is contained in:
@@ -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.`)}
|
||||
<ErrorDetail error={error} />
|
||||
</AlertModal>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user