Change OAuth settings title
Change-Id: I8edd87ed3347eab7293f9a18c730a4954c61cb23
diff --git a/lib/Kalamar/Plugin/Auth.pm b/lib/Kalamar/Plugin/Auth.pm
index eaaf026..6453b9b 100644
--- a/lib/Kalamar/Plugin/Auth.pm
+++ b/lib/Kalamar/Plugin/Auth.pm
@@ -111,7 +111,7 @@
clientRegister => 'Neue Client-Applikation registrieren',
registerSuccess => 'Registrierung erfolgreich',
registerFail => 'Registrierung fehlgeschlagen',
- oauthSettings => 'OAuth',
+ oauthSettings => 'API Tokens',
#for marketplace settings
marketplace => 'Marktplatz',
plugins => 'Plugins',
@@ -185,7 +185,7 @@
clientRegister => 'Register new client application',
registerSuccess => 'Registration successful',
registerFail => 'Registration denied',
- oauthSettings => 'OAuth',
+ oauthSettings => 'API tokens',
#for marketplace settings
marketplace => 'Marketplace',
plugins => 'Plugins',
diff --git a/t/plugin/auth-oauth.t b/t/plugin/auth-oauth.t
index ae385bf..b2a527e 100644
--- a/t/plugin/auth-oauth.t
+++ b/t/plugin/auth-oauth.t
@@ -479,7 +479,7 @@
->element_exists_not('aside.off')
->element_exists_not('aside.active')
->element_exists('aside.settings')
- ->text_is('nav.dropdown a:first-child span','OAuth')
+ ->text_is('nav.dropdown a:first-child span','API tokens')
;