diff options
| author | eal <eal@waifu.club> | 2017-12-23 16:44:22 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-12-23 17:08:45 +0200 |
| commit | a058941aedcfe6a3e14e245b7270477a7a6e69be (patch) | |
| tree | 16be46a71cfed4d9ade235dcc9831361d2f3c113 /src/i18n/messages.js | |
| parent | 8f3926a096cafb6d61054cb5918cbe7de9f5bf3c (diff) | |
Add follow import to user settings.
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4c5be151..360f9eb8 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -242,7 +242,11 @@ const en = { nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', autoload: 'Enable automatic loading when scrolled to the bottom', streaming: 'Enable automatic streaming of new posts when scrolled to the top', - reply_link_preview: 'Enable reply-link preview on mouse hover' + 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', + follows_imported: 'Follows imported! Processing them will take a while.', + follow_import_error: 'Error importing followers' }, notifications: { notifications: 'Notifications', |
