mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
feat: add title to toast
This commit is contained in:
@@ -57,6 +57,7 @@ export function SettingsRealDebrid() {
|
||||
return;
|
||||
} else {
|
||||
showSuccessToast(
|
||||
t("real_debrid_account_linked"),
|
||||
t("debrid_linked_message", { username: user.username })
|
||||
);
|
||||
}
|
||||
|
||||
@@ -49,7 +49,10 @@ export function SettingsTorbox() {
|
||||
form.torBoxApiToken!
|
||||
);
|
||||
|
||||
showSuccessToast(t("debrid_linked_message", { username: user.email }));
|
||||
showSuccessToast(
|
||||
t("torbox_account_linked"),
|
||||
t("debrid_linked_message", { username: user.email })
|
||||
);
|
||||
} else {
|
||||
showSuccessToast(t("changes_saved"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user