Skip to content

Commit 0fd23c2

Browse files
authored
Update API credentials message for snapshot limit
1 parent b9fa48d commit 0fd23c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dashboard/Settings_Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function () {
540540
printf(
541541
/* translators: 1: Opening sentence, 2: URL to the Internet Archive S3 keys page, 3: Closing sentence. */
542542
'<p class="description">%1$s <a href="%2$s" target="_blank">%3$s</a></p>',
543-
esc_html__( 'To increase your daily link processing limit, you can enter your free Archive.org API credentials. Visit', 'internet-archive-wayback-machine-link-fixer' ),
543+
esc_html__( 'To increase your daily snapshot limit from 4,000 to 30,000, you can enter your free Archive.org API credentials. Visit', 'internet-archive-wayback-machine-link-fixer' ),
544544
esc_url( 'https://archive.org/account/s3.php' ),
545545
esc_html__( 'archive.org/account/s3.php to generate your Access Key and Secret Key.', 'internet-archive-wayback-machine-link-fixer' )
546546
);

0 commit comments

Comments
 (0)