Skip to content

Commit b0a7a0f

Browse files
committed
Change OAuth settings title
Change-Id: I8edd87ed3347eab7293f9a18c730a4954c61cb23
1 parent 391b819 commit b0a7a0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Kalamar/Plugin/Auth.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ sub register {
111111
clientRegister => 'Neue Client-Applikation registrieren',
112112
registerSuccess => 'Registrierung erfolgreich',
113113
registerFail => 'Registrierung fehlgeschlagen',
114-
oauthSettings => 'OAuth',
114+
oauthSettings => 'API Tokens',
115115
#for marketplace settings
116116
marketplace => 'Marktplatz',
117117
plugins => 'Plugins',
@@ -185,7 +185,7 @@ sub register {
185185
clientRegister => 'Register new client application',
186186
registerSuccess => 'Registration successful',
187187
registerFail => 'Registration denied',
188-
oauthSettings => 'OAuth',
188+
oauthSettings => 'API tokens',
189189
#for marketplace settings
190190
marketplace => 'Marketplace',
191191
plugins => 'Plugins',

t/plugin/auth-oauth.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ $t->get_ok('/')
479479
->element_exists_not('aside.off')
480480
->element_exists_not('aside.active')
481481
->element_exists('aside.settings')
482-
->text_is('nav.dropdown a:first-child span','OAuth')
482+
->text_is('nav.dropdown a:first-child span','API tokens')
483483
;
484484

485485

0 commit comments

Comments
 (0)