mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix(console): save changes button on settings page (#1167)
This commit is contained in:
parent
56d3f96106
commit
97faade141
2 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@ const Settings = () => {
|
|||
isLoading={isSubmitting}
|
||||
type="primary"
|
||||
htmlType="submit"
|
||||
size="large"
|
||||
title="general.save_changes"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@ const translation = {
|
|||
retry: 'Try again',
|
||||
done: 'Done',
|
||||
search: 'Search',
|
||||
save_changes: 'Save changes',
|
||||
save_changes: 'Save Changes',
|
||||
loading: 'Loading...',
|
||||
redirecting: 'Redirecting...',
|
||||
added: 'Added',
|
||||
|
|
Loading…
Add table
Reference in a new issue