changeset 2545:ee6f5c22317a

fix typo
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 07 Mar 2019 17:08:14 +0100
parents c61339e676e0
children bf4a884fc306
files client/src/components/importoverview/ImportOverviewAlt.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverviewAlt.vue	Thu Mar 07 17:05:43 2019 +0100
+++ b/client/src/components/importoverview/ImportOverviewAlt.vue	Thu Mar 07 17:08:14 2019 +0100
@@ -43,7 +43,7 @@
               {{ entry.kind.toUpperCase() }}
             </div>
             <div class="date small condensed">
-              {{ entry.summary.date | surverDate }}
+              {{ entry.summary.date | surveyDate }}
             </div>
             <div class="enqueued small condensed">
               {{ entry.enqueued.split("T")[0] | surveyDate }}