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';