Browse Source

fix: translation ipv4/6

pull/1210/head
tetuaoro 2 years ago
parent
commit
6e444cf0c5
  1. 2
      src/www/js/vendor/vue-firewall.umd.min.js
  2. 2
      src/www/js/vendor/vue-firewall.umd.min.js.map
  3. 6
      src/www/templates/Firewall.vue

2
src/www/js/vendor/vue-firewall.umd.min.js

File diff suppressed because one or more lines are too long

2
src/www/js/vendor/vue-firewall.umd.min.js.map

File diff suppressed because one or more lines are too long

6
src/www/templates/Firewall.vue

@ -1,3 +1,5 @@
<!-- If you modify this file, run `(p)npm run buildfirewall` -->
<script>
export default {
name: 'Firewall',
@ -74,8 +76,8 @@ export default {
<thead>
<tr>
<th>{{ $t('fwInterface') }}</th>
<th>{{ $t('fwIv4') }}</th>
<th>{{ $t('fwIv6') }}</th>
<th>{{ $t('fwIpv4') }}</th>
<th>{{ $t('fwIpv6') }}</th>
</tr>
</thead>
<tbody class="text-center">

Loading…
Cancel
Save