diff options
author | nea <nea@nea.moe> | 2023-06-11 04:00:29 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-11 04:00:51 +0200 |
commit | 99fcad8360c3ac7755d70e581c6e2d63e8c49282 (patch) | |
tree | 1318d2a54a32d5f7b71442fa37bf788800119237 /src/main/resources/assets/firmament/lang/en_us.json | |
parent | db8e3640e8f9c14b7027c9e92b810ed127391ced (diff) | |
download | firmament-99fcad8360c3ac7755d70e581c6e2d63e8c49282.tar.gz firmament-99fcad8360c3ac7755d70e581c6e2d63e8c49282.tar.bz2 firmament-99fcad8360c3ac7755d70e581c6e2d63e8c49282.zip |
Add more info to the pets page
Diffstat (limited to 'src/main/resources/assets/firmament/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |