Skip to content

Commit

Permalink
rename 'find user' to 'view profile'
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed May 16, 2024
1 parent c79c611 commit 7643193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion front/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
2 changes: 1 addition & 1 deletion front/static/users/help.gmi
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7643193

Please sign in to comment.