Skip to content

Commit

Permalink
Merge pull request #222 from drustanyjt/drus-ic-error
Browse files Browse the repository at this point in the history
Fix typo in addnote error log
  • Loading branch information
Jayne1010 authored Apr 12, 2024
2 parents 169ddbf + 6a8c4b7 commit 79f106c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class AddNoteCommand extends Command {
+ " S0123456Q "
+ PREFIX_NOTE + "Diabetes -replace";

public static final String MESSAGE_MODIFY_NOTE_SUCCESS = "Note for %1$s (ic: %2$s) modified successfully!";
public static final String MESSAGE_MODIFY_NOTE_SUCCESS = "Note for %1$s (IC: %2$s) modified successfully!";
private final IdentityCardNumberMatchesPredicate icPredicate;
private final Note note;
private final boolean isReplace;
Expand Down

0 comments on commit 79f106c

Please sign in to comment.