Skip to content

Commit

Permalink
rename 'this planet' to 'local feed'
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed May 16, 2024
1 parent dc6d07f commit 0eb2f89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Welcome, fedinaut! localhost.localdomain:8443 is an instance of tootik, a federa
📞 Mentions
⚡️ Followed users
😈 My profile
📡 This planet
📡 Local feed
🏕️ Communities
🔥 Hashtags
🔭 Find user
Expand Down
2 changes: 1 addition & 1 deletion front/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (h *Handler) local(w text.Writer, r *request, args ...string) {
h.showFeedPage(
w,
r,
"📡 This Planet",
"📡 Local Feed",
func(offset int) (*sql.Rows, error) {
return r.Query(
`
Expand Down
2 changes: 1 addition & 1 deletion front/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func writeUserMenu(w text.Writer, user *ap.Actor) {
w.Link("/users/me", "😈 My profile")
}

w.Link(prefix+"/local", "📡 This planet")
w.Link(prefix+"/local", "📡 Local feed")

if user == nil {
w.Link("/communities", "🏕️ Communities")
Expand Down
2 changes: 1 addition & 1 deletion front/static/help.gmi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an instance of tootik, a "slow", "boring" and non-addictive social netwo

## Menu

> 📡 This planet
> 📡 Local feed

This page shows public posts published on this server.

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 @@ -23,7 +23,7 @@ This page shows a list of users you follow, sorted by last activity.

This page shows your profile.

> 📡 This planet
> 📡 Local feed

This page shows public posts published on this server.

Expand Down

0 comments on commit 0eb2f89

Please sign in to comment.