diff options
| author | aka <aka@social.sakamoto.gq> | 2018-05-16 19:51:52 -0300 |
|---|---|---|
| committer | aka <aka@social.sakamoto.gq> | 2018-05-16 19:51:52 -0300 |
| commit | fed87815833bfb847be192b79782f3edca99cf5f (patch) | |
| tree | 9385f1e8b8029c704b5312fc46464bd159f01b41 /src/i18n/messages.js | |
| parent | fae7a40aebc4266260c8cb0dcac929ac03500590 (diff) | |
fix linting
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 473fd9b1..bb3f2d39 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -290,7 +290,7 @@ const en = { follows_imported: 'Follows imported! Processing them will take a while.', 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_processing: 'Processing, you\'ll soon be asked to download your file', follow_export_button: 'Export your follows to a csv file' }, notifications: { |
