Skip to content

Commit

Permalink
Updated link creation message
Browse files Browse the repository at this point in the history
  • Loading branch information
koddek committed Jul 1, 2019
1 parent a8c5f99 commit f54a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReparsePointCreator/CreateReparsePointViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private void Reset()
default:
return;
}
_mainViewModel.Status = "Link creation complete.";
_mainViewModel.Status = $"Created {_options[Option]}: {Target}.";
Reset();

}, () => Option > 0
Expand Down

0 comments on commit f54a798

Please sign in to comment.