We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de25bb commit 2a1c1baCopy full SHA for 2a1c1ba
plugins/view-transitions/includes/settings.php
@@ -280,7 +280,7 @@ static function (): void {
280
'description' => __( 'Provide the CSS selector to detect the post content element.', 'view-transitions' ),
281
),
282
'enable_admin_transitions' => array(
283
- 'title' => __( 'Use transition in WP Admin', 'view-transitions' ),
+ 'title' => __( 'WP Admin', 'view-transitions' ),
284
'description' => __( 'Enable view transitions in the WordPress admin area.', 'view-transitions' ),
285
286
);
0 commit comments