-
Download
+
+ {this.context.intl.formatMessage(this.messages.downloadModal_button)}
}
diff --git a/components/Deck/ContentPanel/ContentActions/EmbedModal.js b/components/Deck/ContentPanel/ContentActions/EmbedModal.js
index 7c94ca740..d856fa037 100644
--- a/components/Deck/ContentPanel/ContentActions/EmbedModal.js
+++ b/components/Deck/ContentPanel/ContentActions/EmbedModal.js
@@ -68,6 +68,10 @@ class EmbedModal extends React.Component {
id:'embedModal.other',
defaultMessage: 'Other'
},
+ buttonText:{
+ id:'embedModal.buttonText',
+ defaultMessage: 'Embed'
+ }
});
}
@@ -183,7 +187,7 @@ class EmbedModal extends React.Component {
return(
+