Add missing macro

Co-authored-by: Gildásio Filho <gildasiogx@gmail.com>
zio/stable
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
1 changed files with 1 additions and 1 deletions

View File

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