// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` when event index is initialised renders event index information 1`] = `
  
    Securely cache encrypted messages locally for them to appear in search results, using 0 Bytes to store messages from 0 rooms.
  
  
    Manage
  
 
`;
exports[` when event indexing is not supported renders link to download a desktop client 1`] = `
  
    
      Element can't securely cache encrypted messages locally while running in a web browser. Use 
      
        Element Desktop
        
      
       for encrypted messages to appear in search results.
    
   
 
`;
exports[` when event indexing is supported but not installed renders link to install seshat 1`] = `
  
    
      Element is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom Element Desktop with 
      
        search components added
        
      
      .
    
   
 
`;