logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: fbe63276154559049f0bde503360c835ecea3472
parent: 9c90a2413348b2bd259e984c5d6925de16bb86e0
Author: lambda <pleromagit@rogerbraun.net>
Date:   Tue, 17 Apr 2018 15:16:40 +0000

Merge branch 'fix/follow-import-typo' into 'develop'

Fix follow import typo.

See merge request pleroma/pleroma-fe!238

Diffstat:

Msrc/i18n/messages.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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' },