mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
fix javascript generation
This commit is contained in:
parent
b683c74efd
commit
0207b3b949
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ module ApplicationHelper
|
||||||
common.cancel common.ok
|
common.cancel common.ok
|
||||||
common.ajaxError
|
common.ajaxError
|
||||||
}.each do |s|
|
}.each do |s|
|
||||||
js << "i18n['#{s}'] = \"#{t(s)}\";\n"
|
js << "i18n['#{s}'] = '#{t(s)}';\n"
|
||||||
end
|
end
|
||||||
return js
|
return js
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue