]> git.mxchange.org Git - friendica-addons.git/commitdiff
audon/audon.php aktualisiert
authorloma-one <loma-one@noreply.git.friendi.ca>
Fri, 18 Aug 2023 14:17:47 +0000 (16:17 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Aug 2023 16:41:32 +0000 (18:41 +0200)
audon/audon.php

index d09302272c83371d1da89c9bbea9f38ea05adea2..59a79ea315ec8ddb1a990526519b5b2848f440c3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /*
- * Name: audon Application
+ * Name: AUDON Application
  * Description: add a audon instance for audio. Based on webRTC Addon
  * Version: 0.1
  * Author: Stephen Mahood <https://friends.mayfirst.org/profile/marxistvegan>
@@ -26,13 +26,13 @@ function audon_addon_admin(string &$o)
 {
        $t = Renderer::getMarkupTemplate('admin.tpl', 'addon/audon/');
        $o = Renderer::replaceMacros($t, [
-               '$submit'   => DI::l10n()->t('Save Settings'),
+               '$submit'   => DI::l10n()->t('Save Settings'), 
                '$audonurl' => [
-                       'audonurl',
-                       DI::l10n()->t('audon Base URL'),
-                       DI::config()->get('audon','audonurl'),
+                       'audonurl', 
+                       DI::l10n()->t('audon Base URL'), 
+                       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.'),
-               ],
+               ], 
        ]);
 }