0
Fork 0
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:
Xiao Yijun 2022-06-21 11:51:17 +08:00 committed by GitHub
parent 56d3f96106
commit 97faade141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -101,6 +101,7 @@ const Settings = () => {
isLoading={isSubmitting}
type="primary"
htmlType="submit"
size="large"
title="general.save_changes"
/>
</div>

View file

@ -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',