mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-13 19:04:22 +01:00
fix failing tests
This commit is contained in:
parent
fd3f69d927
commit
6b36d6eb8f
8 changed files with 17 additions and 11 deletions
|
|
@ -71,8 +71,8 @@ class Project < ActiveRecord::Base
|
|||
|
||||
def self.feed_options(user)
|
||||
{
|
||||
:title => t('models.project.feed_title'),
|
||||
:description => t('models.project.feed_description', :username => user.display_name)
|
||||
:title => I18n.t('models.project.feed_title'),
|
||||
:description => I18n.t('models.project.feed_description', :username => user.display_name)
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue