Skip to content

Commit f79ba5a

Browse files
authored
prepositions lol
1 parent 2bf7c7d commit f79ba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func SendInvite(w http.ResponseWriter, r *http.Request) {
7373
func postToSlack(email, ip string) {
7474
ipInfo, err := GetIpInfo(ip)
7575

76-
msg := fmt.Sprintf("invited to Plex: `%s` from %s, %s (`%s`)", email,
76+
msg := fmt.Sprintf("invited to Plex: `%s` in %s, %s (`%s`)", email,
7777
ipInfo.City, ipInfo.RegionCode, ipInfo.Ip)
7878

7979
resp, err := http.Post(os.Getenv("SLACK_WEBHOOK_URL"), "application/json",

0 commit comments

Comments
 (0)