forked from cybrespace/mastodon
		
	Add hint about 7 day cooldown for archive takeout (#7375)
This commit is contained in:
		
							parent
							
								
									b611dbac79
								
							
						
					
					
						commit
						39efc6d533
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -10,15 +10,15 @@
 | 
				
			||||||
        %td
 | 
					        %td
 | 
				
			||||||
      %tr
 | 
					      %tr
 | 
				
			||||||
        %th= t('exports.follows')
 | 
					        %th= t('exports.follows')
 | 
				
			||||||
        %td= @export.total_follows
 | 
					        %td= number_to_human @export.total_follows
 | 
				
			||||||
        %td= table_link_to 'download', t('exports.csv'), settings_exports_follows_path(format: :csv)
 | 
					        %td= table_link_to 'download', t('exports.csv'), settings_exports_follows_path(format: :csv)
 | 
				
			||||||
      %tr
 | 
					      %tr
 | 
				
			||||||
        %th= t('exports.blocks')
 | 
					        %th= t('exports.blocks')
 | 
				
			||||||
        %td= @export.total_blocks
 | 
					        %td= number_to_human @export.total_blocks
 | 
				
			||||||
        %td= table_link_to 'download', t('exports.csv'), settings_exports_blocks_path(format: :csv)
 | 
					        %td= table_link_to 'download', t('exports.csv'), settings_exports_blocks_path(format: :csv)
 | 
				
			||||||
      %tr
 | 
					      %tr
 | 
				
			||||||
        %th= t('exports.mutes')
 | 
					        %th= t('exports.mutes')
 | 
				
			||||||
        %td= @export.total_mutes
 | 
					        %td= number_to_human @export.total_mutes
 | 
				
			||||||
        %td= table_link_to 'download', t('exports.csv'), settings_exports_mutes_path(format: :csv)
 | 
					        %td= table_link_to 'download', t('exports.csv'), settings_exports_mutes_path(format: :csv)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%p.muted-hint= t('exports.archive_takeout.hint_html')
 | 
					%p.muted-hint= t('exports.archive_takeout.hint_html')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -457,7 +457,7 @@ en:
 | 
				
			||||||
    archive_takeout:
 | 
					    archive_takeout:
 | 
				
			||||||
      date: Date
 | 
					      date: Date
 | 
				
			||||||
      download: Download your archive
 | 
					      download: Download your archive
 | 
				
			||||||
      hint_html: You can request an archive of your <strong>toots and uploaded media</strong>. The exported data will be in ActivityPub format, readable by any compliant software.
 | 
					      hint_html: You can request an archive of your <strong>toots and uploaded media</strong>. The exported data will be in ActivityPub format, readable by any compliant software. You can request an archive every 7 days.
 | 
				
			||||||
      in_progress: Compiling your archive...
 | 
					      in_progress: Compiling your archive...
 | 
				
			||||||
      request: Request your archive
 | 
					      request: Request your archive
 | 
				
			||||||
      size: Size
 | 
					      size: Size
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue