This commit is contained in:
HaHaWTH 2023-09-29 15:26:10 +08:00
parent 9f6f55d8e8
commit 95b5d88197

View File

@ -73,7 +73,7 @@ public final class SecuritySettings implements SettingsHolder {
public static final Property<Boolean> 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<Boolean> SHOW_STARTUP_BANNER =
newProperty("Plugin.banners.showBanners", true);