aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-12-08 20:02:59 +0100
committerhref <href@random.sh>2018-12-14 13:05:51 +0100
commit68229161832fd98ee59679fb19aafc3baceea2ae (patch)
tree3cbfac6e345ed413e3a7a7a162204488b9fb3fde
parentb1bcd97a0f47832d5a87fdfa814f5e2ef54d605f (diff)
downloadpleroma-68229161832fd98ee59679fb19aafc3baceea2ae.tar.gz
Typos
-rw-r--r--lib/pleroma/web/push/push.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/web/push/push.ex b/lib/pleroma/web/push/push.ex
index d9c3410fe..291e04a6e 100644
--- a/lib/pleroma/web/push/push.ex
+++ b/lib/pleroma/web/push/push.ex
@@ -104,7 +104,7 @@ defmodule Pleroma.Web.Push do
"Create" -> "mention"
"Follow" -> "follow"
"Announce" -> "reblog"
- "Favorite" -> "favourite"
+ "Like" -> "favourite"
end
end
@@ -119,7 +119,7 @@ defmodule Pleroma.Web.Push 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"