Skip to content

Commit 299fa23

Browse files
committed
Fix the inbound/outbound labels
1 parent 5292272 commit 299fa23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/pages/search-messages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@
191191
</span>
192192
<span v-if="props.item.type === 'mobile-terminated'">
193193
<v-icon small>{{ mdiCallReceived }}</v-icon>
194-
inbound
194+
outbound
195195
</span>
196196
<span v-if="props.item.type === 'mobile-originated'">
197197
<v-icon small color="secondary">{{ mdiCallMade }}</v-icon>
198-
outbound
198+
inbound
199199
</span>
200200
</template>
201201
<template #[`item.status`]="props">

0 commit comments

Comments
 (0)