mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-03 19:43:52 +00:00 
			
		
		
		
	chore: update translation text for wrap cell content (#5172)
This commit is contained in:
		
							parent
							
								
									9b4fd3bf57
								
							
						
					
					
						commit
						d8b0c783bf
					
				@ -286,7 +286,7 @@ enum FieldAction {
 | 
			
		||||
      case FieldAction.delete:
 | 
			
		||||
        return LocaleKeys.grid_field_delete.tr();
 | 
			
		||||
      case FieldAction.wrap:
 | 
			
		||||
        return LocaleKeys.grid_field_wrap.tr();
 | 
			
		||||
        return LocaleKeys.grid_field_wrapCellContent.tr();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -654,7 +654,7 @@
 | 
			
		||||
      "insertRight": "Insert Right",
 | 
			
		||||
      "duplicate": "Duplicate",
 | 
			
		||||
      "delete": "Delete",
 | 
			
		||||
      "wrap": "Wrap",
 | 
			
		||||
      "wrapCellContent": "Wrap text",
 | 
			
		||||
      "clear": "Clear cells",
 | 
			
		||||
      "textFieldName": "Text",
 | 
			
		||||
      "checkboxFieldName": "Checkbox",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user