From bb800f4e3861b76eff584989d4047400f25465aa Mon Sep 17 00:00:00 2001 From: Kwoth Date: Tue, 26 Jul 2022 09:25:34 +0200 Subject: [PATCH] Fixed xpshop footer --- src/NadekoBot/Modules/Xp/Xp.cs | 2 +- src/NadekoBot/data/strings/responses/responses.en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Xp/Xp.cs b/src/NadekoBot/Modules/Xp/Xp.cs index accde7f27..570b776fe 100644 --- a/src/NadekoBot/Modules/Xp/Xp.cs +++ b/src/NadekoBot/Modules/Xp/Xp.cs @@ -379,7 +379,7 @@ public partial class Xp : NadekoModule 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); diff --git a/src/NadekoBot/data/strings/responses/responses.en-US.json b/src/NadekoBot/data/strings/responses/responses.en-US.json index df6943f5b..c0beba279 100644 --- a/src/NadekoBot/data/strings/responses/responses.en-US.json +++ b/src/NadekoBot/data/strings/responses/responses.en-US.json @@ -999,7 +999,7 @@ "feature_limit_reached_you": "You've reached the limit of {0} for the {1} feature. You may be able to increase this limit by upgrading your patron tier.", "feature_limit_reached_owner": "Server owner has reached the limit of {0} for the {1} feature. Server owner may be able to upgrade this limit by upgrading patron tier.", "feature_limit_reached_either": "The limit of {0} for the {1} feature has been reached. Either you or the server owner may able to upgrade this limit by upgrading the patron tier.", - "xp_shop_required_tier": "Buying items from the shop requires Patron Tier {0} or higher.", + "xp_shop_buy_required_tier": "Buying items from the shop requires Patron Tier {0} or higher.", "available_commands": "Available Commands", "tier": "Tier", "pledge": "Pledge",