Skip to content

Commit

Permalink
Merge branch 'master' into 5418_externalUser
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Jun 17, 2024
2 parents 9ece0e5 + e59ea4b commit 70b361a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"report": "Report",
"share": "Share",
"cancel": "Cancel",
"reset": "Reset",
"close": "Close",
"delete": "Delete",
"copy": "Copy Join Link",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function UpdateUserForm({ user }) {
</FormSelect>
)}
<Stack direction="horizontal" gap={2} className="float-end">
<Button variant="neutral" onClick={reset}> { t('cancel') } </Button>
<Button variant="neutral" onClick={reset}> { t('reset') } </Button>
<Button variant="brand" type="submit" disabled={updateUserAPI.isLoading}>
{ t('update') }
{updateUserAPI.isLoading && <Spinner className="me-2" />}
Expand Down

0 comments on commit 70b361a

Please sign in to comment.