Fixed locales

Fixed locale related issues
This commit is contained in:
Juan Salvador Pérez García
2018-06-22 12:45:22 +02:00
parent f9a085a400
commit 5236fba47e
2 changed files with 3 additions and 3 deletions

View File

@@ -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'
}
},