mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	analytics: Update name for old Android app.
This commit is contained in:
		@@ -324,4 +324,4 @@ class TestMapArrays(ZulipTestCase):
 | 
			
		||||
                          'Python API': [2, 4, 6],
 | 
			
		||||
                          'SomethingRandom': [4, 5, 6],
 | 
			
		||||
                          'GitHub webhook': [7, 7, 9],
 | 
			
		||||
                          'Android app': [64, 63, 65]})
 | 
			
		||||
                          'Old Android app': [64, 63, 65]})
 | 
			
		||||
 
 | 
			
		||||
@@ -160,7 +160,7 @@ def client_label_map(name):
 | 
			
		||||
    if name == "ZulipElectron":
 | 
			
		||||
        return "Desktop app"
 | 
			
		||||
    if name == "ZulipAndroid":
 | 
			
		||||
        return "Android app"
 | 
			
		||||
        return "Old Android app"
 | 
			
		||||
    if name == "ZulipiOS":
 | 
			
		||||
        return "Old iOS app"
 | 
			
		||||
    if name == "ZulipMobile":
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user