Skip to content

Commit b2c4bfe

Browse files
committed
fixed incorrect help/label message
1 parent cc6a215 commit b2c4bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/controller/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function structure()
5858
'foolfuuka.plugins.upload_webm.allow_users_audio' => [
5959
'preferences' => true,
6060
'type' => 'checkbox',
61-
'help' => _i('Allow Moderators to upload WebM files with audio streams.')
61+
'help' => _i('Allow Users to upload WebM files with audio streams.')
6262
],
6363
'submit' => [
6464
'type' => 'submit',

0 commit comments

Comments
 (0)