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',
},