[DE] Change translation

This commit is contained in:
Julia Radzhabova 2019-11-28 15:12:04 +03:00
parent d2e157abc7
commit c140cb85b2

View file

@ -55,13 +55,13 @@ define([
initialize : function(options) {
_.extend(this.options, {
title: this.textMargins
title: this.textTitle
}, options || {});
this.template = [
'<div class="box" style="height: 245px;">',
'<div style="float: left;">',
'<label style="font-weight: bold;">' + this.textMargins + '</label>',
'<label style="font-weight: bold;">' + this.textTitle + '</label>',
'<div style="margin-top: 2px;">',
'<div style="display: inline-block;">',
'<label class="input-label">' + this.textTop + '</label>',
@ -368,7 +368,7 @@ define([
}
},
textMargins: 'Margins',
textTitle: 'Margins',
textTop: 'Top',
textLeft: 'Left',
textBottom: 'Bottom',