mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	capitalization: Fix night logo lint errors.
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
@@ -103,6 +103,7 @@ IGNORED_PHRASES = [
 | 
			
		||||
    r"user",
 | 
			
		||||
    r"an unknown operating system",
 | 
			
		||||
    r"Go to Settings",
 | 
			
		||||
    r"Like Organization logo",
 | 
			
		||||
 | 
			
		||||
    # SPECIAL CASES
 | 
			
		||||
    # Enter is usually capitalized
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user