diff --git a/www/datastore/Content.js b/www/datastore/Content.js index 636f1c91..74b6e361 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -278,7 +278,10 @@ Ext.define('PBS.DataStoreContent', { }); if (!children.length) { - view.setEmptyText(gettext('No Snapshots found')); + view.setEmptyText(Ext.String.format( + gettext('No accessible snapshots found in namespace {0}'), + view.namespace && view.namespace !== '' ? `'${view.namespace}'`: gettext('Root'), + )); } this.updateGroupNotes(view);