1<?php
2/**
3 * English language file for oauthcognito plugin
4 */
5
6$lang['url']      = 'The URL of your endpoint';
7$lang['key']      = 'The Client ID of your registered <a href="https://github.com/settings/developers">Cognito application</a>';
8$lang['secret']   = 'The Client Secret of your registered <a href="https://github.com/settings/developers">Cognito application</a>';
9
10