Update failed project sync error message

This commit is contained in:
Marliana Lara
2020-11-19 14:32:42 -05:00
parent 1a33f7ce1a
commit 0d7f7df043

View File

@@ -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>
)}