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