Bug 32030: Update I18N
[srvgit] / koha-tmpl / intranet-tmpl / prog / js / vue / components / ERM / AgreementDocuments.vue
index ade2a7d..986b61f 100644 (file)
@@ -8,7 +8,7 @@
             v-bind:key="counter"
         >
             <legend>
-                {{ $t("Document.counter", { counter: counter + 1 }) }}
+                {{ $t("Document .counter", { counter: counter + 1 }) }}
                 <a href="#" @click.prevent="deleteDocument(counter)"
                     ><i class="fa fa-trash"></i>
                     {{ $t("Remove this document") }}</a
@@ -151,4 +151,4 @@ export default {
 .file_information {
     margin: 0 10rem;
 }
-</style>
\ No newline at end of file
+</style>