Skip to content

Commit

Permalink
Changing account's constant to "Account" instead of "Account Service"…
Browse files Browse the repository at this point in the history
… for consistency
  • Loading branch information
seanmcilvenna committed Apr 1, 2024
1 parent 45b445a commit 4b43dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Account/Settings/AccountConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class AccountConstants
{
public const string ServiceName = "Account Service";
public const string ServiceName = "Account";

public static class AppSettingsSectionNames
{
Expand Down

0 comments on commit 4b43dc8

Please sign in to comment.