Skip to content

Commit

Permalink
- Branding+App: documentation/description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Oct 25, 2023
1 parent f9f547f commit 0da3a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ownCloudAppShared/Branding/Branding+App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ extension Branding : BrandingInitialization {
.themeColors : [
.type : OCClassSettingsMetadataType.dictionary,
.label : "Theme Colors",
.description : "Colors to use in system-color-based themes for branded clients. Mutually exclusive with theme-definitions.",
.description : "Values to use in system-color-based themes for branded clients. Mutually exclusive with theme-definitions.",
.category : "Branding",
.possibleKeys : [
[
Expand All @@ -195,7 +195,7 @@ extension Branding : BrandingInitialization {
],
[
OCClassSettingsMetadataKey.value : BrandingColorAlias.setupStatusBarStyle.rawValue,
OCClassSettingsMetadataKey.description : "The color of the status bar in the setup wizard. Can be either `default`, `black` or `white`."
OCClassSettingsMetadataKey.description : "The status bar style in the setup wizard, affecting the status bar text color. Can be either `default`, `black` or `white`."
],
[
OCClassSettingsMetadataKey.value : BrandingColorAlias.fileIconColor.rawValue,
Expand Down

0 comments on commit 0da3a40

Please sign in to comment.