fix (sort of) all missing translations

This commit is contained in:
dakkar 2024-10-20 13:33:55 +01:00
parent 2fb688803f
commit e40b3ec4c7
8 changed files with 19 additions and 7 deletions

View file

@ -100,7 +100,7 @@ async function init() {
async function testEmail() {
const { canceled, result: destination } = await os.inputText({
title: i18n.ts.destination,
title: i18n.ts.emailDestination,
type: 'email',
default: instance.maintainerEmail ?? '',
placeholder: 'test@example.com',