mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	chore: Add missing localization
This commit is contained in:
		
							parent
							
								
									589c97c224
								
							
						
					
					
						commit
						efc5b19f5d
					
				@ -105,7 +105,7 @@ class StoriesHeader extends StatelessWidget {
 | 
			
		||||
                foregroundColor: Theme.of(context).textTheme.bodyText1?.color,
 | 
			
		||||
                child: const Icon(Icons.add),
 | 
			
		||||
              ),
 | 
			
		||||
              title: const Text('Add to story'),
 | 
			
		||||
              title: Text(L10n.of(context)!.addToStory),
 | 
			
		||||
              onTap: () => _addToStoryAction(context),
 | 
			
		||||
            );
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user