From 22ca58d183e0171c6a097c1b6110fa5785cab71e Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sat, 12 Oct 2024 20:17:07 +0200 Subject: [PATCH] fix: translation for autocrafter tag --- .../src/main/resources/assets/refinedstorage/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/en_us.json b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/en_us.json index df57807b1..42ffeae2d 100644 --- a/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/en_us.json +++ b/refinedstorage-common/src/main/resources/assets/refinedstorage/lang/en_us.json @@ -396,7 +396,7 @@ "tag.item.refinedstorage.storage_disks": "Storage Disks", "tag.item.refinedstorage.wireless_transmitters": "Wireless Transmitters", "tag.item.refinedstorage.disk_interfaces": "Disk Interfaces", - "tag.item.refinedstorage.crafters": "Crafters", + "tag.item.refinedstorage.autocrafters": "Autocrafters", "text.autoconfig.refinedstorage.title": "Refined Storage Configuration", "refinedstorage.configuration.title": "Refined Storage Configuration", "refinedstorage.configuration.section.refinedstorage.common.toml": "Refined Storage Configuration",