Skip to content

Commit

Permalink
chore: 将 OAUTH2 显示修改为 OAuth2
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghe-fit2cloud committed Dec 3, 2024
1 parent 7b1449f commit ad37fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/src/locales/lang/en_US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
jump_tip: 'Jumping to the authentication source page for authentication',
jump: 'Jump',
oauth2: {
title: 'OAUTH2 Settings',
title: 'OAuth2 Settings',
authEndpoint: 'Auth Endpoint',
authEndpointPlaceholder: 'Please enter Auth Endpoint',
tokenEndpoint: 'Token Endpoint',
Expand All @@ -82,7 +82,7 @@ export default {
redirectUrlPlaceholder: 'Please enter Redirect URL',
filedMapping: 'Field Mapping',
filedMappingPlaceholder: 'Please enter Field Mapping',
enableAuthentication: 'Enable OAUTH2 Authentication',
enableAuthentication: 'Enable OAuth2 Authentication',
save: 'Save',
saveSuccess: 'Save Success'
}
Expand Down
4 changes: 2 additions & 2 deletions ui/src/locales/lang/zh_CN/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
jump_tip: '即将跳转至认证源页面进行认证',
jump: '跳转',
oauth2: {
title: 'OAUTH2 设置',
title: 'OAuth2 设置',
authEndpoint: '授权端地址',
authEndpointPlaceholder: '请输入授权端地址',
tokenEndpoint: 'Token 端地址',
Expand All @@ -82,7 +82,7 @@ export default {
redirectUrlPlaceholder: '请输入回调地址',
filedMapping: '字段映射',
filedMappingPlaceholder: '请输入字段映射',
enableAuthentication: '启用 OAUTH2 认证',
enableAuthentication: '启用 OAuth2 认证',
save: '保存',
saveSuccess: '保存成功'
}
Expand Down

0 comments on commit ad37fde

Please sign in to comment.