Update station.php (#4535)

This commit is contained in:
Mitch 2021-08-30 21:33:32 +00:00 committed by GitHub
parent 9bbae3d6b6
commit 5a2fa552bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ return [
'description' => __(
'This code will be included in the frontend configuration. You can use either JSON {"new_key": "new_value"} format or XML <new_key>new_value</new_key>.'
).__(
'For SHOUTcast Premium users, you can use custom configuration in this format: <code>{ "licenceid": "YOUR_LICENSE_ID" "userid": "YOUR_USER_ID" }</code>'
'For SHOUTcast Premium users, you can use custom configuration in this format: <code>{ "licenceid": "YOUR_LICENSE_ID", "userid": "YOUR_USER_ID" }</code>'
),
'form_group_class' => 'col-sm-7',
],