diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php index ff6a22b668..4240112a74 100644 --- a/resources/views/account/api.blade.php +++ b/resources/views/account/api.blade.php @@ -2,7 +2,7 @@ {{-- Page title --}} @section('title') - API Settings (test) + Personal API Keys @parent @stop @@ -11,9 +11,4 @@ - - - - - @stop diff --git a/resources/views/settings/api.blade.php b/resources/views/settings/api.blade.php index 97401c0790..716c7e33c4 100644 --- a/resources/views/settings/api.blade.php +++ b/resources/views/settings/api.blade.php @@ -2,13 +2,13 @@ {{-- Page title --}} @section('title') - API Settings (test) + OAuth API Settings @parent @stop {{-- Page content --}} @section('content') - + @stop