diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-05-18 07:51:00 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-05-18 07:51:00 +0000 |
| commit | 166d9294c477a5c5bda38dcab87d090a7a1d3486 (patch) | |
| tree | 3a8eb4f9d7a772bde855bb451d990fe448a209c2 /src/i18n/messages.js | |
| parent | 954e6e076333e622134ad05cc51e07dcd1c940a7 (diff) | |
| parent | fed87815833bfb847be192b79782f3edca99cf5f (diff) | |
Merge branch 'feature/follows-export' into 'develop'
Adds an option to export follows (fixed)
See merge request pleroma/pleroma-fe!261
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 2ae829c2..f00bb6c5 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -289,7 +289,10 @@ const en = { follow_import: 'Follow import', import_followers_from_a_csv_file: 'Import follows from a csv file', follows_imported: 'Follows imported! Processing them will take a while.', - follow_import_error: 'Error importing followers' + follow_import_error: 'Error importing followers', + follow_export: 'Follow export', + follow_export_processing: 'Processing, you\'ll soon be asked to download your file', + follow_export_button: 'Export your follows to a csv file' }, notifications: { notifications: 'Notifications', |
