From 5492fde03f3b02644c5dfe0fce9c1c17b4daf6dd Mon Sep 17 00:00:00 2001 From: Omid Marfavi <21163286+marfavi@users.noreply.github.com> Date: Fri, 24 Oct 2025 08:37:05 +0200 Subject: [PATCH] fix(strings): rename missed 'Buy one drink' string to 'Buy merch' --- lib/core/strings.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/strings.dart b/lib/core/strings.dart index 637a0cd8..03a8106b 100644 --- a/lib/core/strings.dart +++ b/lib/core/strings.dart @@ -53,8 +53,7 @@ abstract final class Strings { static const ticketsMyTickets = 'My tickets'; static const shopText = 'Shop'; static const buyTickets = 'Buy tickets'; - static const buyOneDrink = 'Buy one drink'; - static const buyOther = 'Buy syrup, jugs etc.'; + static const buyOneDrink = 'Buy merch'; static const redeemVoucher = 'Redeem voucher'; static const newLabel = 'NEW'; static const comingSoonLabel = 'COMING SOON';