From 99fcad8360c3ac7755d70e581c6e2d63e8c49282 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 11 Jun 2023 04:00:29 +0200 Subject: Add more info to the pets page --- src/main/resources/assets/firmament/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 2641173..79b1503 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -8,6 +8,7 @@ "firmament.price.bazaar.productid": "Stock id: %s", "firmament.price.bazaar.buy.price": "Buy Price: %s", "firmament.price.bazaar.buy.order": "Buy orders: %d", + "firmament.pv.pets": "Pets", "firmament.price.bazaar.sell.price": "Sell Price: %s", "firmament.price.bazaar.sell.order": "Sell orders: %d", "firmament.price.lowestbin": "Lowest BIN: %s", -- cgit