fix: change placeholder from 'Host' to 'Username' (#102)

Teapot created

Change summary

tui/login.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

tui/login.go 🔗

@@ -53,7 +53,7 @@ func NewLogin() *Login {
 			t.Placeholder = "Display Name"
 			t.Prompt = "👤 > "
 		case inputEmail:
-			t.Placeholder = "Host"
+			t.Placeholder = "Username"
 			t.Prompt = "🏠 > "
 		case inputFetchEmail:
 			t.Placeholder = "Email Address"