Fixed locales
Fixed locale related issues
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
ProposalGraph.prototype.draw = function(data) {
|
||||
var xColumnValues = [ 'x' ],
|
||||
progressColumnValues = [ this.progressLabel ], // [ '<%= t('.progress') %>' ],
|
||||
progressColumnValues = [ this.progressLabel ],
|
||||
key;
|
||||
|
||||
for (key in data) {
|
||||
@@ -50,7 +50,7 @@
|
||||
axis: {
|
||||
y: {
|
||||
label: {
|
||||
text: this.supportsLabel, // '<%= t '.supports' %> ',
|
||||
text: this.supportsLabel,
|
||||
position: 'outer-middle'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<table>
|
||||
<caption><%= t('.actions') %></caption>
|
||||
<caption><%= t('proposals_dashboard.menu.actions') %></caption>
|
||||
<% proposed_actions.each do |action| %>
|
||||
<%= render partial: 'proposed_action', locals: { action: action } %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user