i18n: add missing trans

This commit is contained in:
ezequielnick 2025-06-12 21:13:11 +08:00
parent 1a5c001dbd
commit e2ab88f4e2

View File

@ -401,7 +401,7 @@ const Mihomo: React.FC = () => {
<Input <Input
size="sm" size="sm"
fullWidth fullWidth
placeholder="IP 段" placeholder={t('mihomo.ipSegment.placeholder')}
value={ipcidr || ''} value={ipcidr || ''}
onValueChange={(v) => { onValueChange={(v) => {
if (index === lanAllowedIpsInput.length) { if (index === lanAllowedIpsInput.length) {
@ -451,7 +451,7 @@ const Mihomo: React.FC = () => {
<Input <Input
size="sm" size="sm"
fullWidth fullWidth
placeholder="IP 段" placeholder={t('mihomo.username.placeholder')}
value={ipcidr || ''} value={ipcidr || ''}
onValueChange={(v) => { onValueChange={(v) => {
if (index === lanDisallowedIpsInput.length) { if (index === lanDisallowedIpsInput.length) {