From 959fed47d868d4f9b4e966fb3e462e674f874be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Morales=20Durand?= Date: Mon, 1 Apr 2024 14:38:06 +0200 Subject: [PATCH] Add missing newInform to `visitCloneRemoteNotFound:` dialog --- Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st b/Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st index 5b8d900423..cca0e7a583 100644 --- a/Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st +++ b/Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st @@ -87,7 +87,7 @@ IceTipInteractiveErrorVisitor >> visitCloneLocationAlreadyExists: anError [ { #category : 'visiting' } IceTipInteractiveErrorVisitor >> visitCloneRemoteNotFound: anError [ - context application + context application newInform label: ('The clone remote {1} could not been found' format: { anError remoteUrl }); title: 'Clone action failed';