mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02: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!`)}
|
title={i18n._(t`Error!`)}
|
||||||
onClose={dismissError}
|
onClose={dismissError}
|
||||||
>
|
>
|
||||||
{i18n._(t`Failed to sync job.`)}
|
{i18n._(t`Failed to sync project.`)}
|
||||||
<ErrorDetail error={error} />
|
<ErrorDetail error={error} />
|
||||||
</AlertModal>
|
</AlertModal>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user