diff --git a/src/components/FormFields/TextReadonly.vue b/src/components/FormFields/TextReadonly.vue new file mode 100644 index 000000000..75daefc53 --- /dev/null +++ b/src/components/FormFields/TextReadonly.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index f830583cb..2ff6005c1 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -1720,7 +1720,9 @@ "UpdateNodeAssetHardwareInfo": "Update node asset hardware information" }, "users": { + "SetStatus": "Set status", "Set": "Set", + "NotSet": "Not set", "Login": "Users login", "InviteSuccess": "Invite success", "inputPhone": "Please enter your mobile phone number", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index fc9890b59..b5179066a 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -1712,7 +1712,9 @@ "UpdateNodeAssetHardwareInfo": "ノード資産ハードウェア情報の更新" }, "users": { + "SetStatus": "ステータスの設定", "Set": "設定", + "NotSet": "未設定", "Login": "ユーザー登録", "InviteSuccess": "成功招待", "inputPhone": "携帯電話の番号をお願いします", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 28183aaed..a23684bf6 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1708,7 +1708,9 @@ "UpdateNodeAssetHardwareInfo": "更新节点资产硬件信息" }, "users": { + "SetStatus": "设置状态", "Set": "已设置", + "NotSet": "未设置", "Login": "用户登录", "InviteSuccess": "邀请成功", "inputPhone": "请输入手机号码", diff --git a/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue b/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue index 382cddf8e..81188bc37 100644 --- a/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue +++ b/src/views/profile/ProfileUpdate/SecretKeyUpdate.vue @@ -15,6 +15,7 @@