mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Translated js strings, unified some case
This commit is contained in:
		@@ -163,7 +163,7 @@ class TrustTable(tables.Table):
 | 
			
		||||
 | 
			
		||||
    delete_col = tables.TemplateColumn(
 | 
			
		||||
        template_code=DELETE_TEMPLATE,
 | 
			
		||||
        extra_context={"delete_trans": _('delete')},
 | 
			
		||||
        extra_context={"delete_trans": _('Delete')},
 | 
			
		||||
        attrs={
 | 
			
		||||
            'td': {
 | 
			
		||||
                'class': lambda record: 'col-sm-1'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user