Skip to content

Commit

Permalink
capitalization: Fix night logo lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Feb 18, 2019
1 parent 0581fd3 commit fe4a0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>

<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="block realm-logo-block">
Expand Down
1 change: 1 addition & 0 deletions tools/lib/capitalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
r"user",
r"an unknown operating system",
r"Go to Settings",
r"Like Organization logo",

# SPECIAL CASES
# Enter is usually capitalized
Expand Down

0 comments on commit fe4a0d0

Please sign in to comment.