mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
updated user message
This commit is contained in:
parent
1e03afe36e
commit
e1d7a117ef
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ def admin_federation():
|
|||
if current_app.debug:
|
||||
flash(_(f'Results: {pre_load_messages}'))
|
||||
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'))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue