Skip to content

Commit

Permalink
Merge pull request #1101 from 2sic-forks/dev
Browse files Browse the repository at this point in the history
fix typo memeber = member
  • Loading branch information
sbwalker authored Feb 12, 2021
2 parents 22830a2 + 278aab5 commit 0af8f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Shared/Shared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Constants {
public const string MasterTenant = TenantNames.Master;
public const string DefaultSite = "Default Site";

const string RoleObsoleteMessage = "Use the corresponding memeber from Oqtane.Shared.RoleNames";
const string RoleObsoleteMessage = "Use the corresponding member from Oqtane.Shared.RoleNames";

[Obsolete(RoleObsoleteMessage)]
public const string AllUsersRole = RoleNames.Everyone;
Expand Down

0 comments on commit 0af8f42

Please sign in to comment.