Tweaked error message

This commit is contained in:
datalets 2017-10-23 10:05:38 +02:00
parent 683cb5887c
commit 5883aaddd0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class RefreshView(IndexView):
super().dispatch(request, *args, **kwargs)
if not refresh_streams(FeedlySettings.for_site(request.site)):
messages.error(
request, _('Sorry, could not refresh streams. Please contact your administrator.'))
request, _('Sorry, could not refresh streams. Please try again in a few minutes, then contact support if the issue persists.'))
return redirect('/admin/feedler/entry/')