diff --git a/services/idp/pkg/config/defaults/defaultconfig.go b/services/idp/pkg/config/defaults/defaultconfig.go index c96a2fe2c7..318c9f4df6 100644 --- a/services/idp/pkg/config/defaults/defaultconfig.go +++ b/services/idp/pkg/config/defaults/defaultconfig.go @@ -74,7 +74,7 @@ func DefaultConfig() *config.Config { Clients: []config.Client{ { ID: "web", - Name: "OpenCloud Web app", + Name: "OpenCloud Web App", Trusted: true, RedirectURIs: []string{ "{{OC_URL}}/", @@ -87,7 +87,7 @@ func DefaultConfig() *config.Config { }, { ID: "OpenCloudDesktop", - Name: "OpenCloud Desktop client", + Name: "OpenCloud Desktop Client", ApplicationType: "native", RedirectURIs: []string{ "http://127.0.0.1", @@ -96,7 +96,7 @@ func DefaultConfig() *config.Config { }, { ID: "OpenCloudAndroid", - Name: "OpenCloud Android app", + Name: "OpenCloud Android App", ApplicationType: "native", RedirectURIs: []string{ "oc://android.opencloud.eu", @@ -104,7 +104,7 @@ func DefaultConfig() *config.Config { }, { ID: "OpenCloudIOS", - Name: "OpenCloud iOS app", + Name: "OpenCloud iOS App", ApplicationType: "native", RedirectURIs: []string{ "oc://ios.opencloud.eu", diff --git a/services/invitations/md-sources/example-realm.json b/services/invitations/md-sources/example-realm.json index 332fbe4980..dd46636934 100644 --- a/services/invitations/md-sources/example-realm.json +++ b/services/invitations/md-sources/example-realm.json @@ -131,7 +131,7 @@ { "id": "c3adac0c-94b5-46ee-a851-5274be719ab6", "clientId": "OpenCloudAndroid", - "name": "OpenCloud Android app", + "name": "OpenCloud Android App", "description": "", "rootUrl": "", "adminUrl": "", @@ -214,7 +214,7 @@ { "id": "dba27084-63ad-4718-8195-a2abd9cebe2e", "clientId": "OpenCloudDesktop", - "name": "OpenCloud desktop client", + "name": "OpenCloud Desktop Client", "description": "", "rootUrl": "", "adminUrl": "", @@ -297,7 +297,7 @@ { "id": "72b2cef0-6c24-424e-9204-03aef6e6f520", "clientId": "OpenCloudIOS", - "name": "OpenCloud iOS app", + "name": "OpenCloud iOS App", "description": "", "rootUrl": "", "adminUrl": "",