Skip to content

Commit

Permalink
Edit hash string message
Browse files Browse the repository at this point in the history
  • Loading branch information
DextheChik3n committed Nov 13, 2023
1 parent 1f1ff80 commit 3cdc854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/cafectrl/ui/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public class Messages {

public static final String HASH_STRING_TAMPERED = "Alert! It appears the hash string "
+ "got a makeover without permission.";
public static final String HASH_STRING_MESSAGE = "Please resist the temptation to play Picasso with this string.";
public static final String HASH_STRING_MESSAGE = "Please resist the temptation to play Picasso with this string.\n";

public static final String DONE_LOADING_MENU = "Done loading menu.txt!";
public static final String DONE_LOADING_PANTRY_STOCK = "Done loading pantry_stock.txt!";
Expand Down

0 comments on commit 3cdc854

Please sign in to comment.