From 2e5ca09b7bfd7f163b9d2293982956059328a0b4 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Sun, 17 Jan 2021 14:36:55 +0200 Subject: [PATCH] Update en_us.json --- src/main/resources/assets/timechanger/lang/en_us.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/timechanger/lang/en_us.json b/src/main/resources/assets/timechanger/lang/en_us.json index ce628be..e60910e 100644 --- a/src/main/resources/assets/timechanger/lang/en_us.json +++ b/src/main/resources/assets/timechanger/lang/en_us.json @@ -1,6 +1,6 @@ { "text.autoconfig.timechanger.title":"Time Changer Config", "text.autoconfig.timechanger.option.custom_time":"Custom Time", - "text.autoconfig.timechanger.option.whitelist":"Server Whitelist", - "text.autoconfig.timechanger.option.blacklist":"Use Whitelist as Blacklist?" -} \ No newline at end of file + "text.autoconfig.timechanger.option.whitelist":"Server Allowlist", + "text.autoconfig.timechanger.option.blacklist":"Use Allowlist as Blocklist?" +}