From 7643193550280d4f140e8c90409af0a1c4d1d999 Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Thu, 16 May 2024 19:04:37 +0300 Subject: [PATCH] rename 'find user' to 'view profile' --- README.md | 2 +- SETUP.md | 2 +- front/menu.go | 2 +- front/static/users/help.gmi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a594a46..826cca47 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Welcome, fedinaut! localhost.localdomain:8443 is an instance of tootik, a federa 📡 Local feed 🏕️ Communities 🔥 Hashtags -🔭 Find user +🔭 View profile 🔎 Search posts 📣 New post ⚙️ Settings diff --git a/SETUP.md b/SETUP.md index 8f2b4756..154f1894 100644 --- a/SETUP.md +++ b/SETUP.md @@ -104,7 +104,7 @@ If `curl` times out, check your server's firewall: port 443 is probably blocked. If you have a graphical web browser and a Gemini client that configures itself as the default handler for gemini:// URLs, opening https://$domain through the web browser should display a popup that asks you to use the Gemini client instead. Otherwise, fire up your Gemini client and navigate to gemini://$domain. -11. Register by creating a client certificate or clicking "Sign in" and use "Find user" to verify that your instance is able to "discover" users on other servers. +11. Register by creating a client certificate or clicking "Sign in" and use "View profile" to verify that your instance is able to "discover" users on other servers. Once a user is discovered, you can follow this user and your instance should start receiving new posts by this user. They should appear under your user's inbox ("My feed") and the user's profile. diff --git a/front/menu.go b/front/menu.go index ca2b4c08..5614c541 100644 --- a/front/menu.go +++ b/front/menu.go @@ -46,7 +46,7 @@ func writeUserMenu(w text.Writer, user *ap.Actor) { } else { w.Link("/users/communities", "🏕️ Communities") w.Link("/users/hashtags", "🔥 Hashtags") - w.Link("/users/resolve", "🔭 Find user") + w.Link("/users/resolve", "🔭 View profile") w.Link("/users/fts", "🔎 Search posts") } diff --git a/front/static/users/help.gmi b/front/static/users/help.gmi index 5cd4b359..fbfa631c 100644 --- a/front/static/users/help.gmi +++ b/front/static/users/help.gmi @@ -35,7 +35,7 @@ This page shows communities on this server. This page shows popular hashtags, allowing you to discover trends and shared interests. -> 🔭 Find user +> 🔭 View profile Use this tool to locate a user in the fediverse and see the posts published by this user that were received by this server. The list of posts can be incomplete or even empty if nobody on this server follows this user. You can follow, unfollow or message a following user through the user's page.