Fixing robocop

This commit is contained in:
Thorsten Claus 2021-04-18 13:25:50 +02:00
parent c937e17335
commit 64d65269d8
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ class Stream::LocalPublic < Stream::Base
end
def title
I18n.translate("streams.local_public.title")
I18n.t("streams.local_public.title")
end
# @return [ActiveRecord::Association<Post>] AR association of posts