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';