Fixing robocop
This commit is contained in:
parent
c937e17335
commit
64d65269d8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue