chore (client): use plural

This commit is contained in:
naskya 2024-04-25 03:04:59 +09:00
parent 93e55f146b
commit bb5349d127
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -98,7 +98,7 @@ const headerTabs = computed(() =>
? [
{
key: "reactions",
title: i18n.ts.reaction,
title: i18n.ts.reactions,
icon: `${icon("ph-smiley")}`,
},
]