Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Dec 17, 2024
1 parent 4efbf68 commit d96163d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function ( $row ) use ( $rate_limits ) {
} else {
$account_markup = sprintf(
'<p>%s</p>',
esc_html__( 'No X/Twitter rate data available yet. Make a post to X/Twitter first.', 'autoshare-for-twitter' )
esc_html__( 'No X/Twitter rate limit available yet. Make a post to X/Twitter first.', 'autoshare-for-twitter' )
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/js/components/TwitterAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function TwitterAccountRateLimits( { rate_limits: rateLimits } ) {
) : (
<p className="autoshare-for-twitter-rate-monitor__error">
{ __(
'No X/Twitter rate data available yet. Make a post to X/Twitter first.',
'No X/Twitter rate limit available yet. Make a post to X/Twitter first.',
'autoshare-for-twitter'
) }
</p>
Expand Down

0 comments on commit d96163d

Please sign in to comment.