@@ -1,7 +1,7 @@
<template>
<app-view class="product">
<template #header>
- <app-navbar title="产品" :show-back-button="showBackButton" />
+ <app-navbar :title="$t('home.product')" :show-back-button="showBackButton" />
</template>
<ProductList class="product-list" />
</app-view>