File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ sub register {
111
111
clientRegister => ' Neue Client-Applikation registrieren' ,
112
112
registerSuccess => ' Registrierung erfolgreich' ,
113
113
registerFail => ' Registrierung fehlgeschlagen' ,
114
- oauthSettings => ' OAuth ' ,
114
+ oauthSettings => ' API Tokens ' ,
115
115
# for marketplace settings
116
116
marketplace => ' Marktplatz' ,
117
117
plugins => ' Plugins' ,
@@ -185,7 +185,7 @@ sub register {
185
185
clientRegister => ' Register new client application' ,
186
186
registerSuccess => ' Registration successful' ,
187
187
registerFail => ' Registration denied' ,
188
- oauthSettings => ' OAuth ' ,
188
+ oauthSettings => ' API tokens ' ,
189
189
# for marketplace settings
190
190
marketplace => ' Marketplace' ,
191
191
plugins => ' Plugins' ,
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ $t->get_ok('/')
479
479
-> element_exists_not(' aside.off' )
480
480
-> element_exists_not(' aside.active' )
481
481
-> 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 ' )
483
483
;
484
484
485
485
You can’t perform that action at this time.
0 commit comments