Fixed xpshop footer

This commit is contained in:
Kwoth
2022-07-26 09:25:34 +02:00
parent b10eded334
commit bb800f4e38
2 changed files with 2 additions and 2 deletions

View File

@@ -379,7 +379,7 @@ public partial class Xp : NadekoModule<XpService>
var tier = _service.GetXpShopTierRequirement();
if (tier != PatronTier.None)
{
eb.WithFooter(GetText(strs.feature_required_tier(tier.ToString())));
eb.WithFooter(GetText(strs.xp_shop_buy_required_tier(tier.ToString())));
}
return Task.FromResult(eb);