fix: correct capitalization in view all text
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
puriphatt 2025-03-11 15:48:07 +07:00
parent 6abf8389a1
commit dd2861010e
2 changed files with 3 additions and 3 deletions

View file

@ -248,7 +248,7 @@ export default {
unread: 'Unread',
all: 'All',
read: 'Read',
viewALL: 'View All',
viewAll: 'View All',
markAsRead: 'Mark as Read',
},

View file

@ -322,7 +322,7 @@ onMounted(async () => {
<q-btn
rounded
padding="0px 10px"
class="text-weight-medium"
class="text-weight-medium text-capitalize"
v-for="(btn, index) in notiMenu"
:flat="!btn.active"
:unelevated="btn.active"
@ -407,7 +407,7 @@ onMounted(async () => {
flat
dense
color="info"
class="full-width"
class="full-width text-capitalize"
@click="() => $router.push('/notification')"
>
{{ $t('noti.viewAll') }}