Skip to content

Commit

Permalink
Remove rate limit description from foot note.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Dec 17, 2024
1 parent b8e1978 commit 2f3f831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/css/admin-autoshare-for-twitter.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,13 @@ tbody .autoshare-for-twitter-status-logo--disabled::before {

#autopost_for_x_rate_monitor_dashboard_widget .inside {
padding: 0;
margin-top: 0px;
}

.autoshare-for-twitter-rate-monitor__account {
align-items: center;
display: flex;
padding: 0 12px 12px;
padding: 12px 12px;
}

.autoshare-for-twitter-rate-monitor__account img {
Expand Down Expand Up @@ -326,4 +327,8 @@ tbody .autoshare-for-twitter-status-logo--disabled::before {
.autoshare-for-twitter-accounts-wrapper .autoshare-for-twitter-rate-monitor__rates {
border-bottom: 0;
padding: 0;
}

.autoshare-for-twitter-editor-panel .autoshare-for-twitter-rate-monitor__footer {
margin-bottom: 8px;
}
1 change: 0 additions & 1 deletion includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ function ( $row ) use ( $rate_limits ) {
}

$footnotes = array(
__( 'Rate Limit: The maximum number of API calls allowed within a 15-minute window for the current app.', 'autoshare-for-twitter' ),
__( 'User 24-Hour Limit: The maximum number of requests a single user can make across all API endpoints within a 24-hour period.', 'autoshare-for-twitter' ),
__( 'App 24-Hour Limit: The total number of API calls your app can make across all users within a 24-hour period.', 'autoshare-for-twitter' ),
);
Expand Down

0 comments on commit 2f3f831

Please sign in to comment.