Skip to content

Commit

Permalink
Different error message for layers > 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Jul 10, 2024
1 parent 05ded68 commit 9fd173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/banner/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ onMounted(() => {
{{ t('banner.limitWarning') }}
</BannerPopup>
<BannerPopup v-if="item + 1 > 16" :icon="cdxIconError" type="error">
{{ t('banner.limitWarning') }}
{{ t('banner.limitError') }}
</BannerPopup>

{{ item + 1 }}
Expand Down

0 comments on commit 9fd173c

Please sign in to comment.