Skip to content

Commit e78144e

Browse files
authored
fix(web): Translate confirmation modal header and action buttons (#21330)
fix(web): Translate confirmation modal
1 parent 2277892 commit e78144e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/routes/+layout.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
close: $t('close'),
3737
show_password: $t('show_password'),
3838
hide_password: $t('hide_password'),
39+
confirm: $t('confirm'),
40+
cancel: $t('cancel'),
3941
});
4042
});
4143

0 commit comments

Comments
 (0)