diff options
Diffstat (limited to 'lib/chessh/ssh/client/menus/main_menu.ex')
-rw-r--r-- | lib/chessh/ssh/client/menus/main_menu.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chessh/ssh/client/menus/main_menu.ex b/lib/chessh/ssh/client/menus/main_menu.ex index 43f916e..e858893 100644 --- a/lib/chessh/ssh/client/menus/main_menu.ex +++ b/lib/chessh/ssh/client/menus/main_menu.ex @@ -35,7 +35,7 @@ defmodule Chessh.SSH.Client.MainMenu do {"Previous Games", {Chessh.SSH.Client.SelectPreviousGame, %Chessh.SSH.Client.SelectPaginatePoller.State{player_session: player_session}}}, - {"TrongleChat", + {"ChatsSH", {Chessh.SSH.Client.TrongleChat, %Chessh.SSH.Client.TrongleChat.State{player_session: player_session}}} ] |