From 9ed61200f2aa591a8c38c41066466112609aa6d0 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 4 May 2020 12:46:00 -0400 Subject: [PATCH] snapshot: Fix message when not available Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/snapshot/templates/snapshot_not_supported.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/snapshot/templates/snapshot_not_supported.html b/plinth/modules/snapshot/templates/snapshot_not_supported.html index 7d774c516..5a932f158 100644 --- a/plinth/modules/snapshot/templates/snapshot_not_supported.html +++ b/plinth/modules/snapshot/templates/snapshot_not_supported.html @@ -9,7 +9,7 @@ {% block configuration %}
{% blocktrans trimmed with fs_types_supported|join:', ' as types_supported %} - Your have a filesystem of type {{ fs_type }}. Snapshots + You have a filesystem of type {{ fs_type }}. Snapshots are currently only available on {{ types_supported }} filesystems. {% endblocktrans %}