Skip to content
Snippets Groups Projects
Verified Commit 68229161 authored by href's avatar href
Browse files

Typos

parent b1bcd97a
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ defp format_type(%{activity: %{data: %{"type" => type}}}) do
"Create" -> "mention"
"Follow" -> "follow"
"Announce" -> "reblog"
"Favorite" -> "favourite"
"Like" -> "favourite"
end
end
......@@ -119,7 +119,7 @@ defp format_title(%{activity: %{data: %{"type" => type}}}) do
defp format_body(%{activity: %{data: %{"type" => type}}}, actor) do
case type do
"Create" -> "@#{actor.nickname} has mentiond you"
"Create" -> "@#{actor.nickname} has mentioned you"
"Follow" -> "@#{actor.nickname} has followed you"
"Announce" -> "@#{actor.nickname} has repeated your post"
"Like" -> "@#{actor.nickname} has favorited your post"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment