diff --git src/bp-activity/js/blocks/embed-activity.js src/bp-activity/js/blocks/embed-activity.js
index 663c527fc..520118032 100644
|
|
var EditEmbedActivity = function EditEmbedActivity(_ref) { |
320 | 320 | label: label |
321 | 321 | }, createElement("p", { |
322 | 322 | className: "components-placeholder__error" |
323 | | }, __('The URL you provided is not a permalink to a BuddyPress Activity. Please use another URL.', 'buddypress')))); |
| 323 | }, __('The URL you provided is not a permalink to a public BuddyPress Activity. Please use another URL.', 'buddypress')))); |
324 | 324 | } |
325 | 325 | |
326 | 326 | return createElement(Fragment, null, !isEditingURL && editToolbar, createElement("figure", { |
diff --git src/js/bp-activity/js/blocks/embed-activity/edit.js src/js/bp-activity/js/blocks/embed-activity/edit.js
index 49a8fc2de..50c225b61 100644
|
|
const EditEmbedActivity = ( { |
127 | 127 | label={ label } |
128 | 128 | > |
129 | 129 | <p className="components-placeholder__error"> |
130 | | { __( 'The URL you provided is not a permalink to a BuddyPress Activity. Please use another URL.', 'buddypress' ) } |
| 130 | { __( 'The URL you provided is not a permalink to a public BuddyPress Activity. Please use another URL.', 'buddypress' ) } |
131 | 131 | </p> |
132 | 132 | </Placeholder> |
133 | 133 | </Fragment> |