fixes integration error message

This commit is contained in:
Christian Beutel
2025-02-16 20:45:18 +01:00
parent 539364970d
commit 95f78cb89a

View File

@@ -57,7 +57,9 @@
});
} catch (e) {
show_toast({
text: $_("error-setting-up-strava-integration"),
text: $_("error-setting-up-integration", {
values: { provider: key },
}),
icon: "close",
type: "error",
});