diff options
-rw-r--r-- | ogcp/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py index f7201c7..77e43f9 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -531,7 +531,7 @@ def action_setup_show(): db_partitions = get_client_setup(base_client) if not db_partitions: - flash(_('Selected client has no disks'), category='error') + flash(_('Partition information is not available. Boot client in ogLive mode to obtain it'), category='error') return redirect(url_for('commands')) filtered_partitions = [p for p in db_partitions if p.get('disk') == selected_disk] |