mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Update failed project sync error message
This commit is contained in:
parent
1a33f7ce1a
commit
0d7f7df043
@ -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>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user