Skip to content

Commit 59c3258

Browse files
Clarify authentication field title
Co-authored-by: swissspidy <[email protected]>
1 parent 0f64fc8 commit 59c3258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/speculation-rules/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static function (): void {
210210
'description' => __( 'The eagerness setting defines the heuristics based on which the loading is triggered. "Eager" will have the minimum delay to start speculative loads, "Conservative" increases the chance that only URLs the user actually navigates to are loaded.', 'speculation-rules' ),
211211
),
212212
'authentication' => array(
213-
'title' => __( 'Authentication', 'speculation-rules' ),
213+
'title' => __( 'User Authentication Status', 'speculation-rules' ),
214214
'description' => __( 'Only unauthenticated pages are typically served from cache. So in order to reduce load on the server, speculative loading is not enabled by default for logged-in users. If your server can handle the additional load, you can opt in to speculative loading for all logged-in users or just administrator users only.', 'speculation-rules' ),
215215
),
216216
);

0 commit comments

Comments
 (0)