Add tranlations strings for embeds

This commit is contained in:
Justin Foell
2021-01-29 16:01:45 -06:00
parent a29c1b64ed
commit 2461cc2110
+5
View File
@@ -70,6 +70,11 @@ class Edit extends Component {
<EmbedPlaceholder
icon="chart-line"
label="Strava Activity"
instructions={ __(
'Paste a link to the Strava Activity you want to display on your site.',
'wp-strava'
) }
placeholder={ __( 'Enter Activity URL to embed here…', 'wp-strava' ) }
onSubmit={ this.setUrl }
value={ url }
onChange={ ( event ) =>