snapshot: Fix message when not available

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2020-05-04 12:46:00 -04:00 committed by Sunil Mohan Adapa
parent 941142f241
commit 9ed61200f2
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -9,7 +9,7 @@
{% block configuration %}
<div class="alert alert-danger">
{% blocktrans trimmed with fs_types_supported|join:', ' as types_supported %}
Your have a filesystem of type <strong>{{ fs_type }}</strong>. Snapshots
You have a filesystem of type <strong>{{ fs_type }}</strong>. Snapshots
are currently only available on <strong>{{ types_supported }}</strong>
filesystems.
{% endblocktrans %}