From dd2861010e5095c7774a784123d92eef2cf8e4ee Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 11 Mar 2025 15:48:07 +0700 Subject: [PATCH] fix: correct capitalization in view all text --- src/i18n/eng.ts | 2 +- src/layouts/MainLayout.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 96978edd..f3ad918b 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -248,7 +248,7 @@ export default { unread: 'Unread', all: 'All', read: 'Read', - viewALL: 'View All', + viewAll: 'View All', markAsRead: 'Mark as Read', }, diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 15f3da8f..335924db 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -322,7 +322,7 @@ onMounted(async () => { { flat dense color="info" - class="full-width" + class="full-width text-capitalize" @click="() => $router.push('/notification')" > {{ $t('noti.viewAll') }}