Fix title of password dialog

This commit is contained in:
Girish Ramakrishnan
2025-09-11 12:55:39 +02:00
parent 82c8fa2640
commit 116673630a
3 changed files with 36 additions and 16 deletions
@@ -65,7 +65,7 @@ defineExpose({
<template>
<Dialog ref="dialog"
:title="$t('profile.changeFallbackEmail.title')"
:title="$t('profile.changePassword.title')"
:confirm-label="$t('main.dialog.save')"
:confirm-active="!busy && isFormValid"
:confirm-busy="busy"