Skip to content

Commit

Permalink
Rename label
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshaf committed Nov 17, 2024
1 parent 60aa2ef commit a6e61be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/idb-cache-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { View } from "@instructure/ui-view";
import { Flex } from "@instructure/ui-flex";
import { Heading } from "@instructure/ui-heading";
import { NumberInput } from "@instructure/ui-number-input";
import { TextInput } from "@instructure/ui-text-input";
import GitHubLink from "./components/GitHubLink";
import BlankStat from "./components/BlankStat";
import { CacheKey } from "./components/CacheKey";
Expand Down Expand Up @@ -259,7 +258,7 @@ const App = () => {
<Flex>
<Flex.Item size="33.3%">
<Metric
renderLabel="Generate Test Data"
renderLabel="Fixtures"
data-testid="generate-time"
renderValue={
timeToGenerate !== null ? (
Expand Down

0 comments on commit a6e61be

Please sign in to comment.