Skip to content

Commit

Permalink
Merge branch 'xml_delay_notification' of github.com:Xpirix/QGIS-Djang…
Browse files Browse the repository at this point in the history
…o into xml_delay_notification
  • Loading branch information
Xpirix committed May 6, 2024
2 parents 48b0546 + 9fcc3d2 commit 7aa1e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/plugins/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ def version_approve(request, package_name, version):
version.save()
msg = _(
"The plugin version '%s' is now approved. "
"Please note that there may be a delay of 10 to 15 minutes "
"Please note that there may be a delay of up to 15 minutes "
"between the approval of the plugin and its actual availability in the XML."
) % version
messages.success(request, msg, fail_silently=True)
Expand Down

0 comments on commit 7aa1e3d

Please sign in to comment.