mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
Add tranlations strings for embeds
This commit is contained in:
@@ -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 ) =>
|
||||
|
||||
Reference in New Issue
Block a user