]> cat aescling's git repositories - mastodon.git/commitdiff
Add hint about 7 day cooldown for archive takeout (#7375)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 6 May 2018 08:53:10 +0000 (10:53 +0200)
committerGitHub <noreply@github.com>
Sun, 6 May 2018 08:53:10 +0000 (10:53 +0200)
app/views/settings/exports/show.html.haml
config/locales/en.yml

index 89d768d3fcf35ca415b64265e16043b5d739e78a..30cd26914076070c82742354b4caaf2799947b37 100644 (file)
         %td
       %tr
         %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)
       %tr
         %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)
       %tr
         %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)
 
 %p.muted-hint= t('exports.archive_takeout.hint_html')
index bb08ccc54705c5bac2cd879f81b29a73e6dd7285..4f967f9ac4ab060fc2f65b1146ae37786ddfbee4 100644 (file)
@@ -457,7 +457,7 @@ en:
     archive_takeout:
       date: Date
       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...
       request: Request your archive
       size: Size