updated user message

This commit is contained in:
Alan Roberts 2024-09-13 14:08:32 -04:00
parent 1e03afe36e
commit e1d7a117ef

View file

@ -305,7 +305,7 @@ def admin_federation():
if current_app.debug: if current_app.debug:
flash(_(f'Results: {pre_load_messages}')) flash(_(f'Results: {pre_load_messages}'))
else: else:
flash(_('Subscription process launched to background, check admin/activities for details')) flash(_(f'Subscription process for {communities_to_add} of {len(parsed_communities_sorted)} communities launched to background, check admin/activities for details'))
return redirect(url_for('admin.admin_federation')) return redirect(url_for('admin.admin_federation'))