Skip to content

Commit

Permalink
Merge pull request #4 from nixgnot/master
Browse files Browse the repository at this point in the history
Fixed a text issue
  • Loading branch information
microsoftenator2022 committed Mar 15, 2023
2 parents df2210b + 1026c94 commit 8274d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/MissingWeaponProficiencies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static partial class Guids
Init = feature =>
{
feature.SetDisplayName(LocalizedStrings.BardicheProficiencyDisplayName);
feature.SetDisplayName(LocalizedStrings.BardicheProficiencyDeescription);
feature.SetDescription(LocalizedStrings.BardicheProficiencyDeescription);
feature.IsClassFeature = true;
Expand Down

0 comments on commit 8274d4c

Please sign in to comment.