diff --git a/src/more-infos/more-info-configurator.html b/src/more-infos/more-info-configurator.html
index 0a9ea2daad..e7148aab70 100644
--- a/src/more-infos/more-info-configurator.html
+++ b/src/more-infos/more-info-configurator.html
@@ -46,13 +46,14 @@
[[stateObj.attributes.description]]
-
- [[stateObj.attributes.link_name]]
-
+
+
+ [[stateObj.attributes.link_name]]
+
+
@@ -72,7 +73,7 @@
>
-
+
- [[submitCaption]]
+ [[stateObj.attributes.submit_caption]]
@@ -116,11 +117,6 @@ Polymer({
value: false,
},
- submitCaption: {
- type: String,
- computed: 'computeSubmitCaption(stateObj)',
- },
-
fieldInput: {
type: Object,
value: function () { return {}; },
@@ -131,10 +127,6 @@ Polymer({
return stateObj.state === 'configure';
},
- computeSubmitCaption: function (stateObj) {
- return stateObj.attributes.submit_caption || 'Set configuration';
- },
-
fieldChanged: function (ev) {
var el = ev.target;
this.fieldInput[el.name] = el.value;