mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
capitalization: Fix night logo lint errors.
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{t "Organization logo for night mode" }}</h3>
|
<h3>{{t "Organization logo for night mode" }}</h3>
|
||||||
<p>{{t "Like Organization Logo, but for the night theme." }}</p>
|
<p>{{t "Like Organization logo, but for the night theme." }}</p>
|
||||||
|
|
||||||
<div class="realm-logo-section realm-night-logo-section">
|
<div class="realm-logo-section realm-night-logo-section">
|
||||||
<div class="block realm-logo-block">
|
<div class="block realm-logo-block">
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ IGNORED_PHRASES = [
|
|||||||
r"user",
|
r"user",
|
||||||
r"an unknown operating system",
|
r"an unknown operating system",
|
||||||
r"Go to Settings",
|
r"Go to Settings",
|
||||||
|
r"Like Organization logo",
|
||||||
|
|
||||||
# SPECIAL CASES
|
# SPECIAL CASES
|
||||||
# Enter is usually capitalized
|
# Enter is usually capitalized
|
||||||
|
|||||||
Reference in New Issue
Block a user