Audon audioplayer App #1414
|
@ -31,7 +31,7 @@ function audon_addon_admin(string &$o)
|
||||||
'audonurl',
|
'audonurl',
|
||||||
DI::l10n()->t('audon Base URL'),
|
DI::l10n()->t('audon Base URL'),
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
Outdated
Review
```php
DI::l10n()->t('Audon Base URL'),
```
|
|||||||
DI::config()->get('audon','audonurl'),
|
DI::config()->get('audon','audonurl'),
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
Code standards: Please add a space after commas. Code standards: Please add a space after commas.
loma-one marked this conversation as resolved
MrPetovan
commented
```php
DI::config()->get('audon', 'audonurl'),
```
|
|||||||
DI::l10n()->t('Page your users will create a audon Audio chat room on. For example you could use https://audon.space.'),
|
DI::l10n()->t('Page your users will create a audon Audio chat room on. For example you could use https://audon.space.'),
|
||||||
loma-one marked this conversation as resolved
Outdated
MrPetovan
commented
`Page your users will create an Audon audio chat room on. For example you could use https://audon.space.`
|
|||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue