Fixup all translation TODOs

This commit is contained in:
Johannes Zellner
2025-03-28 17:51:39 +01:00
parent 58f42f1441
commit b89f55f9b9
11 changed files with 20 additions and 32 deletions
+2 -4
View File
@@ -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>