Skip to content

Commit

Permalink
Fix: question edit action text
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Sep 7, 2023
1 parent 4900ff8 commit 5badeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/questions/dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const QuestionDialog = ({ refresh }) => {
/>
<AlertDialogFooter className="mt-4">
<Button type="submit" loading={uploading}>
{selectedQuestion ? "Edit" : "Add"}
{selectedQuestion ? "Save" : "Add"}
</Button>
<Button variant="secondary" type="button" onClick={close}>
Cancel
Expand Down

0 comments on commit 5badeca

Please sign in to comment.