<?php
/**
 * English language file for oauthcognito plugin
 */

$lang['url']      = 'The URL of your endpoint';
$lang['key']      = 'The Client ID of your registered <a href="https://github.com/settings/developers">Cognito application</a>';
$lang['secret']   = 'The Client Secret of your registered <a href="https://github.com/settings/developers">Cognito application</a>';

