mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
get project features to pass
This commit is contained in:
parent
d432d91cc8
commit
901a5ff0d2
6 changed files with 12 additions and 12 deletions
|
|
@ -84,7 +84,7 @@ class ApplicationController < ActionController::Base
|
|||
return "#{deferred_count.to_s} #{word}".html_safe
|
||||
else
|
||||
word = I18n.t('common.actions_midsentence', :count => count)
|
||||
return "#{count.to_s} #{word}".html_safe
|
||||
return "#{count} #{word}".html_safe
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue