misc: Replace "night mode" with "dark theme" in comments.

This commit is contained in:
Sahil Batra
2021-11-26 13:02:40 +05:30
committed by Tim Abbott
parent 994ab8115e
commit 88e21d0387
7 changed files with 7 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ export function build_page() {
};
if (options.realm_logo_source !== "D" && options.realm_night_logo_source === "D") {
// If no night mode logo is specified but a day mode one is,
// If no dark theme logo is specified but a day mode one is,
// use the day mode one. See also similar code in realm_logo.js.
options.realm_night_logo_url = options.realm_logo_url;
}