summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-05 12:16:18 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-05 12:16:18 +0100
commit5c3f700937204ed3431f8e3fc18239f1545b9bfb (patch)
treec3d9a5e67426b1d3afb065c59fd34f49c862babe /ogcp/views.py
parent685b34d56d63d3566df9a114dc5db4f7c97f6bd3 (diff)
views: provide a hint in list images that one or more can be select
Provide an indication that one or more images can be selected.
Diffstat (limited to 'ogcp/views.py')
-rw-r--r--ogcp/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py
index 8f94cad..9321660 100644
--- a/ogcp/views.py
+++ b/ogcp/views.py
@@ -2512,7 +2512,7 @@ def action_image_list():
ids = parse_elements(params)
ids = [int(id) for id in ids if id.isdigit()]
if not ids:
- flash(_('Please, select an image'), category='error')
+ flash(_('Please, select one more images to be listed'), category='error')
return redirect(url_for('images'))
server = get_server_from_ip_port(params['image-server'])
try: