Skip to content

Commit 01357ad

Browse files
authored
fix confusing save button label (#7778)
1 parent 801f450 commit 01357ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/litellm-dashboard/src/components/budgets/edit_budget_modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const EditBudgetModal: React.FC<BudgetModalProps> = ({
143143
</>
144144

145145
<div style={{ textAlign: "right", marginTop: "10px" }}>
146-
<Button2 htmlType="submit">Edit Budget</Button2>
146+
<Button2 htmlType="submit">Save</Button2>
147147
</div>
148148
</Form>
149149
</Modal>

ui/litellm-dashboard/src/components/teams.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const Team: React.FC<TeamProps> = ({
211211
></Form.Item>
212212
</>
213213
<div style={{ textAlign: "right", marginTop: "10px" }}>
214-
<Button2 htmlType="submit">Edit Team</Button2>
214+
<Button2 htmlType="submit">Save</Button2>
215215
</div>
216216
</Form>
217217
</Modal>

0 commit comments

Comments
 (0)