Skip to content

Commit

Permalink
Update assets/js/gutenberg-plugin.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dharmesh Patel <[email protected]>
  • Loading branch information
faisal-alvi and iamdharmesh authored Jul 22, 2024
1 parent 29e8f4c commit 0542975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/gutenberg-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ const RenderDistributedFrom = () => {
<span id="distributed-data">
{ __( 'Updating the ', 'distributor' ) }
<a href={ dtGutenberg.postUrl }>
{ __( 'Original Content', 'distributor' ) },
{ __( 'Original Content', 'distributor' ) }
</a>
{ ', ' }
{ __(
'will update this post automatically.',
'distributor'
Expand Down

0 comments on commit 0542975

Please sign in to comment.