0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-10 21:58:23 -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} isLoading={isSubmitting}
type="primary" type="primary"
htmlType="submit" htmlType="submit"
size="large"
title="general.save_changes" title="general.save_changes"
/> />
</div> </div>

View file

@ -7,7 +7,7 @@ const translation = {
retry: 'Try again', retry: 'Try again',
done: 'Done', done: 'Done',
search: 'Search', search: 'Search',
save_changes: 'Save changes', save_changes: 'Save Changes',
loading: 'Loading...', loading: 'Loading...',
redirecting: 'Redirecting...', redirecting: 'Redirecting...',
added: 'Added', added: 'Added',