diff --git a/modules/oauth/templates/registry.saved.twig b/modules/oauth/templates/registry.saved.twig index 6c36465f7162b6b759ba0f41fdb4497b0364a8da..d17f8ba4774c21f82e3b53247cc023eac025a68b 100644 --- a/modules/oauth/templates/registry.saved.twig +++ b/modules/oauth/templates/registry.saved.twig @@ -2,7 +2,7 @@ {% extends "base.twig" %} {% block content %} - <h1>OAith Client saved</h1> + <h1>OAuth Client saved</h1> <p> <a href="registry.php">Go back to OAuth client listing</a> </p>