fix(front): fix wrong key name for dialog.confirm() option
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
845bb6ac90
commit
c8f49e1837
|
@ -645,7 +645,7 @@ const dialog = inject<Dialog>("dialog");
|
||||||
|
|
||||||
const openRegenerateFeedTokensConfirmation = () => {
|
const openRegenerateFeedTokensConfirmation = () => {
|
||||||
dialog?.confirm({
|
dialog?.confirm({
|
||||||
type: "warning",
|
variant: "warning",
|
||||||
title: t("Regenerate new links") as string,
|
title: t("Regenerate new links") as string,
|
||||||
message: t(
|
message: t(
|
||||||
"You'll need to change the URLs where there were previously entered."
|
"You'll need to change the URLs where there were previously entered."
|
||||||
|
|
Loading…
Reference in a new issue