Skip to content

Commit cabc7af

Browse files
Rename "Kubernetes Support" column to "Tested on Kubernetes" on AWS service coverage tables (#302)
1 parent 6618055 commit cabc7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/feature-coverage/FeatureCoverage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const columns: ColumnDef<any>[] = [
5555
{
5656
id: 'k8s_support',
5757
accessorFn: (row) => row[Object.keys(row)[0]].k8s_test_suite,
58-
header: () => 'Kubernetes Support',
58+
header: () => 'Tested on Kubernetes',
5959
cell: ({ getValue }) => (getValue() ? '✔️' : ''),
6060
enableSorting: false,
6161
enableResizing: false,

0 commit comments

Comments
 (0)