From 95b5d8819799221981c698263be69af6c8788141 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 29 Sep 2023 15:26:10 +0800 Subject: [PATCH] Fix typo --- .../fr/xephi/authme/settings/properties/SecuritySettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java index bf1e1acc..496db303 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -73,7 +73,7 @@ public final class SecuritySettings implements SettingsHolder { public static final Property CHECK_FOR_UPDATES = newProperty("Plugin.updates.checkForUpdates", true); - @Comment("Should we show the Authme banner on startup?") + @Comment("Should we show the AuthMe banner on startup?") public static final Property SHOW_STARTUP_BANNER = newProperty("Plugin.banners.showBanners", true);