We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb232bf commit 91a261cCopy full SHA for 91a261c
src/views/home/index.vue
@@ -15,7 +15,7 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));
15
16
<template>
17
<NSpace vertical :size="16">
18
- <NAlert :title="$t('common.warning')" type="warning">
+ <NAlert :title="$t('common.tip')" type="warning">
19
{{ $t('page.home.branchDesc') }}
20
</NAlert>
21
<HeaderBanner />
0 commit comments