Skip to content

Commit

Permalink
update api field names
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelljkotler committed Nov 29, 2023
1 parent 7ca13f5 commit a1a32d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/common/UploadOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
{$_("uploadOptions.creditHelpText", {
values: {
organization: $orgsAndUsers.me.organization.name,
n: $orgsAndUsers.me.organization.monthly_ai_credits,
n: $orgsAndUsers.me.organization.monthly_credits,
},
})}
</p>
Expand Down
12 changes: 6 additions & 6 deletions src/pages/app/AccountNavigation/stories/UserMenu.stories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
individual: true,
name: "lasser.allan",
slug: "lasserallan",
monthly_ai_credits: 2000,
number_ai_credits: 0,
monthly_credits: 2000,
purchased_credits: 0,
},
organizations: [40742, 125],
admin_organizations: [40742],
Expand All @@ -53,9 +53,9 @@
avatar_url:
"https://cdn.muckrock.com/media/account_images/allan-headshot-2016.jpg",
individual: true,
monthly_ai_credits: 2000,
monthly_credits: 2000,
name: "lasser.allan",
number_ai_credits: 0,
purchased_credits: 0,
slug: "lasserallan",
uuid: "9ae6ba3f-d5d4-456c-a7b7-0e83512dfd98",
},
Expand All @@ -79,9 +79,9 @@
avatar_url:
"https://cdn.muckrock.com/media/account_images/allan-headshot-2016.jpg",
individual: true,
monthly_ai_credits: 2000,
monthly_credits: 2000,
name: "lasser.allan",
number_ai_credits: 0,
purchased_credits: 0,
slug: "lasserallan",
uuid: "9ae6ba3f-d5d4-456c-a7b7-0e83512dfd98",
},
Expand Down

0 comments on commit a1a32d6

Please sign in to comment.