Skip to content

Commit

Permalink
Merge pull request #1813 from hernanmd/fix_add_repository_mnu_label
Browse files Browse the repository at this point in the history
Add missing newInform to `visitCloneRemoteNotFound:` dialog
  • Loading branch information
estebanlm authored Apr 2, 2024
2 parents cb4e166 + 959fed4 commit 80860aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 80860aa

Please sign in to comment.