Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
feat(Messages): Make alternate match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud7050 committed Nov 2, 2023
1 parent cdfb456 commit 3ec8d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swe/context/logic/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final class Messages {
"\"%s\" is not a valid tag. Tags must be alphanumeric (spaces allowed).";
private static final String UNFORMATTED_ALTERNATECONTACT_INVALID =
"\"%s\" is not a valid alternate contact. "
+ "Alternate contacts must roughly be of the form \"socialMedia: name\"";
+ "Alternate contacts must roughly be of the form \"SocialMedia: Username\"";

// JSON
public static final String CONVERT_CONTACTS_DUPLICATE =
Expand Down

0 comments on commit 3ec8d2a

Please sign in to comment.