From 803099c73e6b1f4a5fb84c204ebb071ee1e350b8 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 23 Jul 2021 10:19:42 +0300 Subject: Reworked user functions into methods, properly implemented account updating --- go-src/windowMessages.go | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'go-src/windowMessages.go') diff --git a/go-src/windowMessages.go b/go-src/windowMessages.go index 21dd094..e4f2c54 100644 --- a/go-src/windowMessages.go +++ b/go-src/windowMessages.go @@ -9,17 +9,22 @@ const ( logoutNavTitle = "Logout" createChatNavTitle = "Creating a new chat" chatNavTitle = "Chats" + editPasswordNavTitle = "Editing Password" + editNameNavTitle = "Editing Name" // Help messages chatsWindowHelpMsg = "Chats page options: [(D)irect messages/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(C) for create chat/(name) for go to chat room by name/(number) for go to chat room by number/(H)elp]" chatWindowHelpMsg = "Help info" // Input names - usernameInName = "Username" - passwordInName = "Password" - nameInName = "Name" - chatNameInName = "Chat name" - chatDescInName = "Description" + usernameInName = "Username" + passwordInName = "Password" + nameInName = "Name" + chatNameInName = "Chat name" + chatDescInName = "Description" + currentPasswordInName = "Current password" + newPasswordInName = "New password" + newNameInName = "New name" // Input specifications startupWindowSpec = "[L/R]" -- cgit v1.2.3