Changeset 12790
- Timestamp:
- 11/19/2020 12:15:52 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/js/blocks/embed-activity.js
r12763 r12790 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 -
trunk/src/js/bp-activity/js/blocks/embed-activity/edit.js
r12763 r12790 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>
Note: See TracChangeset
for help on using the changeset viewer.