This commit is contained in:
dtluna 2017-04-16 17:05:48 +03:00
commit 63f04b314d
2 changed files with 2 additions and 2 deletions

View file

@ -275,7 +275,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPI do
if user do
{:ok, user}
else
{:error, "You need to specify screen_name of user_id"}
{:error, "You need to specify screen_name or user_id"}
end
end
end