We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ea9a commit 57ea4c5Copy full SHA for 57ea4c5
ui/src/locales/lang/en-US/theme.ts
@@ -11,7 +11,7 @@ export default {
11
green: 'Green',
12
purple: 'Purple',
13
red: 'Red',
14
- custom: 'theme.custom',
+ custom: 'Custom',
15
loginBackground: 'Login Background Image',
16
loginLogo: 'Login Logo',
17
websiteLogo: 'Website Logo',
ui/src/locales/lang/en-US/views/system.ts
@@ -77,8 +77,8 @@ export default {
77
dingtalk: 'DingTalk',
78
lark: 'Lark',
79
effective: 'Effective',
80
- alreadyTurnedOn: 'Turned On',
81
- notEnabled: 'Not Enabled',
+ alreadyTurnedOn: 'Enabled',
+ notEnabled: 'Disabled',
82
validate: 'Validate',
83
validateSuccess: 'Successful',
84
validateFailed: 'Validation failed',
0 commit comments