mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Fix "Phone prefix" text typo.
This commit is contained in:
@ -170,7 +170,7 @@ class OrganizationEditPage extends React.Component {
|
||||
</Row>
|
||||
<Row style={{marginTop: '20px'}} >
|
||||
<Col style={{marginTop: '5px'}} span={(Setting.isMobile()) ? 22 : 2}>
|
||||
{Setting.getLabel(i18next.t("general:Phone Prefix"), i18next.t("general:Phone Prefix - Tooltip"))} :
|
||||
{Setting.getLabel(i18next.t("general:Phone prefix"), i18next.t("general:Phone prefix - Tooltip"))} :
|
||||
</Col>
|
||||
<Col span={22} >
|
||||
<Input addonBefore={"+"} value={this.state.organization.phonePrefix} onChange={e => {
|
||||
|
@ -58,8 +58,8 @@
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that require authentication": "Applications that require authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Phone prefix": "Phone prefix",
|
||||
"Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Enter the code": "Enter the code",
|
||||
"Captcha": "Captcha",
|
||||
"Authorization code": "Authorization code",
|
||||
|
@ -59,8 +59,8 @@
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that require authentication": "Applications that require authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Phone prefix": "Phone prefix",
|
||||
"Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Enter the code": "Enter the code",
|
||||
"Captcha": "Captcha",
|
||||
"Authorization code":"Authorization code",
|
||||
|
@ -58,8 +58,8 @@
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that require authentication": "Applications that require authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Phone prefix": "Phone prefix",
|
||||
"Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Enter the code": "Enter the code",
|
||||
"Captcha": "Captcha",
|
||||
"Authorization code": "Authorization code",
|
||||
|
@ -58,8 +58,8 @@
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that require authentication": "Applications that require authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Phone prefix": "Phone prefix",
|
||||
"Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Enter the code": "Enter the code",
|
||||
"Captcha": "Captcha",
|
||||
"Authorization code": "Authorization code",
|
||||
|
@ -58,8 +58,8 @@
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that require authentication": "Applications that require authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Phone prefix": "Phone prefix",
|
||||
"Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Enter the code": "Enter the code",
|
||||
"Captcha": "Captcha",
|
||||
"Authorization code": "Authorization code",
|
||||
|
@ -58,8 +58,8 @@
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that require authentication": "Applications that require authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Phone prefix": "Phone prefix",
|
||||
"Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
|
||||
"Enter the code": "Enter the code",
|
||||
"Captcha": "Captcha",
|
||||
"Authorization code": "Authorization code",
|
||||
|
@ -58,8 +58,8 @@
|
||||
"OAuth providers": "OAuth提供方",
|
||||
"Applications that require authentication": "需要鉴权的应用",
|
||||
"Swagger": "API文档",
|
||||
"Phone Prefix": "手机号前缀",
|
||||
"Phone Prefix - Tooltip": "移动电话号码前缀,用于区分国家或地区",
|
||||
"Phone prefix": "手机号前缀",
|
||||
"Phone prefix - Tooltip": "移动电话号码前缀,用于区分国家或地区",
|
||||
"Enter the code": "输入验证码",
|
||||
"Captcha": "人机验证码",
|
||||
"Authorization code": "授权码",
|
||||
|
Reference in New Issue
Block a user