diff --git a/web/src/components/table/channels/modals/EditChannelModal.jsx b/web/src/components/table/channels/modals/EditChannelModal.jsx index 9167e05..e4d4e02 100644 --- a/web/src/components/table/channels/modals/EditChannelModal.jsx +++ b/web/src/components/table/channels/modals/EditChannelModal.jsx @@ -2566,12 +2566,22 @@ const EditChannelModal = (props) => { label='AccessKey' mode='password' autoComplete='new-password' + placeholder={ + inputs.asset_credential_configured + ? t('已配置,留空保持不变') + : t('请输入 AccessKey') + } />