From 4b9d307c338319f348e55d56ada24351dc2e489b Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Fri, 1 May 2020 07:58:16 -0600 Subject: [PATCH] [doc] fix reference in VectorDefaultSkinVersionForNewAccounts config Nick Ray identified in I7982b4c34283ba81d0232ee6f501c44cf0a74b98 that the config documentation for `VectorDefaultSkinVersionForNewAccounts` incorrectly referenced `VectorDefaultSkinVersion` for existing accounts. This should be `VectorDefaultSkinVersionForExistingAccounts`. This patch fixes the reference. Bug: T251415 Change-Id: I840831773f4b5996c4b7ffb9f29576830d55916f --- skin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.json b/skin.json index 40a2b2639..47b887fa7 100644 --- a/skin.json +++ b/skin.json @@ -129,7 +129,7 @@ }, "VectorDefaultSkinVersionForNewAccounts": { "value": "2", - "description": "@var string:['2'|'1'] The version ('2' for latest, '1' for legacy) of the Vector skin to **set** for newly created user accounts. **The value is persisted as a user preference.** This configuration is not used for preexisting accounts (see VectorDefaultSkinVersion) and only ever executed once at new account creation time." + "description": "@var string:['2'|'1'] The version ('2' for latest, '1' for legacy) of the Vector skin to **set** for newly created user accounts. **The value is persisted as a user preference.** This configuration is not used for preexisting accounts (see VectorDefaultSkinVersionForExistingAccounts) and only ever executed once at new account creation time." } }, "ServiceWiringFiles": [