Fixup all translation TODOs
This commit is contained in:
@@ -160,8 +160,7 @@ onMounted(async () => {
|
||||
<div>{{ $t('network.firewall.blocklist', { blockCount: blocklistLength }) }}</div>
|
||||
</FormGroup>
|
||||
<div style="display: flex; align-items: center">
|
||||
<!-- TODO -->
|
||||
<Button tool plain @click="onBlocklistConfigure()">Edit</Button>
|
||||
<Button tool plain @click="onBlocklistConfigure()">{{ $t('main.dialog.edit') }}</Button>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
|
||||
@@ -171,8 +170,7 @@ onMounted(async () => {
|
||||
<div>{{ $t('network.trustedIps.summary', { trustCount: trustedIpsLength }) }}</div>
|
||||
</FormGroup>
|
||||
<div style="display: flex; align-items: center">
|
||||
<!-- TODO -->
|
||||
<Button tool plain @click="onTrustedIpsConfigure()">Edit</Button>
|
||||
<Button tool plain @click="onTrustedIpsConfigure()">{{ $t('main.dialog.edit') }}</Button>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
</Section>
|
||||
|
||||
Reference in New Issue
Block a user