Update includes/class-admin.php

Co-authored-by: Konstantin Obenland <obenland@automattic.com>
This commit is contained in:
Matthias Pfefferle 2024-10-08 11:21:20 +02:00 committed by GitHub
parent e15ce84aeb
commit 1cf0439bcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,7 +272,7 @@ class Admin {
'activitypub_actor_mode',
array(
'type' => 'integer',
'description' => \__( 'Choose what Actor-Mode you prefer.', 'activitypub' ),
'description' => \__( 'Choose your preferred Actor-Mode.', 'activitypub' ),
'default' => '1',
)
);