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 %}