···178178 if (!lattices.ok) {
179179 console.error("latticeQueryFn error.", lattices.error);
180180 throw new Error(
181181- `Something went wrong while getting the user's membership records.}`,
181181+ `Something went wrong while getting the user's lattice records.}`,
182182 );
183183 }
184184
+1-1
src/components/Settings/ShardSettings.tsx
···178178 if (!shards.ok) {
179179 console.error("shardQueryFn error.", shards.error);
180180 throw new Error(
181181- `Something went wrong while getting the user's membership records.}`,
181181+ `Something went wrong while getting the user's shard records.}`,
182182 );
183183 }
184184