Skip to content

Commit

Permalink
chore(ui): accept rate -> acceptance (#2001)
Browse files Browse the repository at this point in the history
nit wording fix
  • Loading branch information
gyxlucy authored Apr 29, 2024
1 parent f956ed5 commit 21be992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/reports/components/report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function StatsSummary({
<div className="flex w-full flex-col items-start justify-center space-y-3 md:flex-row md:items-center md:space-x-6 md:space-y-0 xl:justify-start">
<Card className="flex flex-1 flex-col justify-between self-stretch bg-primary-foreground/30 lg:block">
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">Accept Rate</CardTitle>
<CardTitle className="text-sm font-medium">Acceptance Rate</CardTitle>
<IconActivity className="text-muted-foreground" />
</CardHeader>
<CardContent>
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(home)/components/completion-charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function CompletionCharts({
<Card className="flex flex-1 flex-col justify-between self-stretch bg-transparent pb-6 md:block">
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-1">
<CardTitle className="text-base font-normal tracking-tight">
Accept Rate
Acceptance Rate
</CardTitle>
</CardHeader>
<CardContent>
Expand Down

0 comments on commit 21be992

Please sign in to comment.