Skip to content

Commit

Permalink
#218 - FIx typo in message.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Feb 22, 2019
1 parent 04cbab5 commit ce9f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Money.UI.Blazor/Services/MessageBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MessageBuilder
public string OutcomeAlreadyDeleted() => "The outcome is already deleted.";
public string OutcomeAlreadyHasCategory() => "The outcome already has this category.";

public string DemoUserCantBeChanged() => "A demo user can't modified.";
public string DemoUserCantBeChanged() => "A demo user can't be modified.";
public string PasswordChangeFailed(string error) => error.Replace(Environment.NewLine, "<br />");
public string EmailChangeFailed() => "A user email change failed.";
}
Expand Down

0 comments on commit ce9f141

Please sign in to comment.