Skip to content

Commit 611ffa4

Browse files
authored
Merge pull request #415 from brianirish/patch-1
[typo] Update eventsAudit.vue
2 parents bccaa8e + 83d9ffa commit 611ffa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/apps/eventsAudit.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
border="start"
4040
v-if="auditEvents.length <1">
4141
<h3>Audit</h3>
42-
The audi log is ether empty or disabled.
42+
The audit log is ether empty or disabled.
4343

4444
</v-alert>
4545
</div>
@@ -124,4 +124,4 @@ export default defineComponent({
124124
},
125125
}
126126
});
127-
</script>
127+
</script>

0 commit comments

Comments
 (0)