···188188 await write(writer, f"\r\n{LOGO}\r\n")
189189 await write(
190190 writer,
191191- " This is a read-only telnet gateway for Atmosphere BBSes.\r\n Please dial a BBS.\r\n\r\n",
191191+ " This is a read-only telnet gateway for AT Protocol BBSes.\r\n Please dial a BBS.\r\n\r\n",
192192 )
193193194194 handle = await prompt(reader, writer, "handle> ")
+1-1
tui/screens/home.py
···4040 hero.append("▀▀ ▀▀ ▀▀")
4141 yield Static(hero, id="hero-title")
4242 yield Static(
4343- "Bulletin boards on the Atmosphere.", classes="subtitle", id="hero-sub1"
4343+ "Bulletin boards on the AT Protocol.", classes="subtitle", id="hero-sub1"
4444 )
4545 yield Static(
4646 "Build a community from your existing account. Tightly curated, fully portable, open by design.",
+1-1
tui/screens/login.py
···3838 with Vertical():
3939 yield Static("log in", classes="title")
4040 yield Static(
4141- "Sign in with your atproto handle. A browser window will open.",
4141+ "Sign in with your AT Protocol handle. A browser window will open.",
4242 classes="subtitle",
4343 )
4444 yield HandleInput(id="login-handle")