Skip to content

Commit

Permalink
fix typo (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 authored Jan 16, 2024
1 parent d1bae1d commit 60ea813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup/NotificationHandler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a-button type="small" @click="closeAlert()">{{ i18n.ok }}</a-button>
</div>

<!-- CONFRIM -->
<!-- CONFIRM -->
<div class="message-box" v-show="confirmMessage !== ''">
<div>{{ confirmMessage }}</div>
<div class="buttons">
Expand Down

0 comments on commit 60ea813

Please sign in to comment.