diff --git a/qgis-app/plugins/views.py b/qgis-app/plugins/views.py index 8156221b..b98b2511 100644 --- a/qgis-app/plugins/views.py +++ b/qgis-app/plugins/views.py @@ -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)