]> git.mxchange.org Git - friendica.git/commitdiff
Indention
authorMichael <heluecht@pirati.ca>
Wed, 12 May 2021 10:50:01 +0000 (10:50 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 12 May 2021 10:50:01 +0000 (10:50 +0000)
src/Module/OAuth/Acknowledge.php

index 617ab6c539f645f218df3cfaf740b346f8419dd4..1797b5fa00dc7add23b0e161e222c81a5bb545af 100644 (file)
@@ -43,11 +43,11 @@ class Acknowledge extends BaseApi
 
                $tpl = Renderer::getMarkupTemplate('oauth_authorize.tpl');
                $o = Renderer::replaceMacros($tpl, [
-                       '$title' => DI::l10n()->t('Authorize application connection'),
-                       '$app' => ['name' => $_REQUEST['application'] ?? ''],
+                       '$title'     => DI::l10n()->t('Authorize application connection'),
+                       '$app'       => ['name' => $_REQUEST['application'] ?? ''],
                        '$authorize' => DI::l10n()->t('Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?'),
-                       '$yes' => DI::l10n()->t('Yes'),
-                       '$no' => DI::l10n()->t('No'),
+                       '$yes'       => DI::l10n()->t('Yes'),
+                       '$no'        => DI::l10n()->t('No'),
                ]);
 
                return $o;