Make it work with English translations

This commit is contained in:
Ilja 2020-10-25 10:50:41 +01:00
parent 8f966a7122
commit 56d85654b1
2 changed files with 4 additions and 2 deletions

View file

@ -61,8 +61,8 @@
<table style="width:100%;text-align: left;">
<tr>
<th>Instance</th>
<th>Reason</th>
<th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th>
</tr>
<tr
v-for="entry in quarantineInstances"

View file

@ -13,6 +13,8 @@
"mrf_policies_desc": "MRF policies manipulate the federation behaviour of the instance. The following policies are enabled:",
"simple": {
"simple_policies": "Instance-specific Policies",
"instance": "Instance",
"reason": "Reason",
"accept": "Accept",
"accept_desc": "This instance only accepts messages from the following instances:",
"reject": "Reject",