diff options
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', |
