fix: clarify error wording when syncing (#12156)

Signed-off-by: Andriy Drozd <48000208+drozd-A@users.noreply.github.com>
Co-authored-by: Remington Breeze <remington@breeze.software>
This commit is contained in:
Andriy Drozd 2023-01-30 13:45:41 -05:00 committed by GitHub
parent 9b994c4af0
commit b1d0009fd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ export const ApplicationSyncPanel = ({application, selectedResource, hide}: {app
hide();
} catch (e) {
ctx.notifications.show({
content: <ErrorNotification title='Unable to deploy revision' e={e} />,
content: <ErrorNotification title='Unable to sync' e={e} />,
type: NotificationType.Error
});
} finally {