[arvados] updated: 2.7.0-6061-g9aefffe7db
git repository hosting
git at public.arvados.org
Tue Feb 27 16:02:53 UTC 2024
Summary of changes:
services/workbench2/src/components/data-table/data-table.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9aefffe7db795c8b4aacfc8c2dbfc2eab17ad363 (commit)
from 0bbc879707665f316892387570182d1d2209e91c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9aefffe7db795c8b4aacfc8c2dbfc2eab17ad363
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Tue Feb 27 11:02:48 2024 -0500
21224: changed search results 404 message Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/components/data-table/data-table.tsx b/services/workbench2/src/components/data-table/data-table.tsx
index 2c81c9b169..7b78799457 100644
--- a/services/workbench2/src/components/data-table/data-table.tsx
+++ b/services/workbench2/src/components/data-table/data-table.tsx
@@ -322,7 +322,7 @@ export const DataTable = withStyles(styles)(
return (
<DataTableDefaultView
icon={this.props.defaultViewIcon}
- messages={["Item not found"]}
+ messages={["No items found"]}
/>
);
} else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list