Add missing macro

Co-authored-by: Gildásio Filho <gildasiogx@gmail.com>
This commit is contained in:
Samuel Newman 2024-03-18 16:01:48 +00:00 committed by GitHub
parent fbfb78b860
commit 574c8b913d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ export function SelectLangBtn() {
...arr.slice(0, 6),
{sep: true},
{
label: _(`Other...`),
label: _(msg`Other...`),
onPress: onPressMore,
},
]