🌐 Add missing gift claimed localization

This commit is contained in:
2025-10-26 03:13:16 +08:00
parent 85e706335a
commit f65a7360e2
5 changed files with 26 additions and 2 deletions

View File

@@ -983,7 +983,7 @@ public class SubscriptionService(
{
Topic = "gifts.claimed",
Title = localizer["GiftClaimedTitle"],
Body = localizer["GiftClaimedBody", humanReadableName, redeemer.Name ?? redeemer.Id.ToString()],
Body = localizer["GiftClaimedBody", humanReadableName, redeemer.Name],
Meta = GrpcTypeHelper.ConvertObjectToByteString(new Dictionary<string, object>
{
["gift_id"] = gift.Id.ToString(),