mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
i18n: add missing trans
This commit is contained in:
parent
1a5c001dbd
commit
e2ab88f4e2
@ -401,7 +401,7 @@ const Mihomo: React.FC = () => {
|
||||
<Input
|
||||
size="sm"
|
||||
fullWidth
|
||||
placeholder="IP 段"
|
||||
placeholder={t('mihomo.ipSegment.placeholder')}
|
||||
value={ipcidr || ''}
|
||||
onValueChange={(v) => {
|
||||
if (index === lanAllowedIpsInput.length) {
|
||||
@ -451,7 +451,7 @@ const Mihomo: React.FC = () => {
|
||||
<Input
|
||||
size="sm"
|
||||
fullWidth
|
||||
placeholder="IP 段"
|
||||
placeholder={t('mihomo.username.placeholder')}
|
||||
value={ipcidr || ''}
|
||||
onValueChange={(v) => {
|
||||
if (index === lanDisallowedIpsInput.length) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user