fixes integration error message
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user