diff options
| author | eal <eal@waifu.club> | 2018-04-17 15:03:10 +0000 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2018-04-17 15:03:10 +0000 |
| commit | 7ad837f506a1dd319fc4203cd6adad77288c09c4 (patch) | |
| tree | 6799dedbcd5dd549aa8a6e04db4e8ab26f09916e /src | |
| parent | 9c90a2413348b2bd259e984c5d6925de16bb86e0 (diff) | |
Fix follow import typo.
Diffstat (limited to 'src')
| -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 f11e2f39..207d2773 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -286,7 +286,7 @@ const en = { streaming: 'Enable automatic streaming of new posts when scrolled to the top', reply_link_preview: 'Enable reply-link preview on mouse hover', follow_import: 'Follow import', - import_followers_from_a_csv_file: 'Import followers from a csv file', + 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' }, |
