mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
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:
parent
9b994c4af0
commit
b1d0009fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue