Skip to content

Commit

Permalink
Fix wrong description in about menu
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Sep 30, 2023
1 parent 2913364 commit e7972fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected HuskHomesCommand(@NotNull HuskHomes plugin) {
this.updateChecker = plugin.getUpdateChecker();
this.aboutMenu = AboutMenu.builder()
.title(Component.text("HuskHomes"))
.description(Component.text("A powerful, intuitive and flexible teleportation suite"))
.description(Component.text("The powerful and intuitive homes, warps, and teleports plugin/mod"))
.version(plugin.getVersion())
.credits("Author",
AboutMenu.Credit.of("William278").description("Click to visit website").url("https://william278.net"))
Expand Down

0 comments on commit e7972fc

Please sign in to comment.