diff options
| author | aka <aka@social.sakamoto.gq> | 2018-05-13 20:47:08 -0300 |
|---|---|---|
| committer | aka <aka@social.sakamoto.gq> | 2018-05-13 20:47:08 -0300 |
| commit | fae7a40aebc4266260c8cb0dcac929ac03500590 (patch) | |
| tree | 7a768b325573b443faf51b4ca922b76d627cf8cd /src/i18n/messages.js | |
| parent | 622e8cd94feae777290236c5d5126343da93f142 (diff) | |
Adds an option to export follows
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 168548cf..473fd9b1 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -288,7 +288,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 aked to download your file', + follow_export_button: 'Export your follows to a csv file' }, notifications: { notifications: 'Notifications', |
