Merge "Default alert to on"

This commit is contained in:
jenkins-bot 2022-09-26 18:36:02 +00:00 committed by Gerrit Code Review
commit 61b9285c96
1 changed files with 2 additions and 2 deletions

View File

@ -536,8 +536,8 @@
}, },
"VectorLanguageAlertInSidebar": { "VectorLanguageAlertInSidebar": {
"value": { "value": {
"logged_in": false, "logged_in": true,
"logged_out": false "logged_out": true
}, },
"description": "@var When `VectorLanguageAlertInSidebar` is enabled, the language switch alert box is shown in the sidebar." "description": "@var When `VectorLanguageAlertInSidebar` is enabled, the language switch alert box is shown in the sidebar."
}, },