mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-15 07:56:56 +03:00
fix: alert displaying
This commit is contained in:
@@ -241,7 +241,7 @@ function createSectionContent(section) {
|
|||||||
(v) => v === lastSelected || !main.REGIONAL_OPTIONS.includes(v),
|
(v) => v === lastSelected || !main.REGIONAL_OPTIONS.includes(v),
|
||||||
);
|
);
|
||||||
notifications.push(
|
notifications.push(
|
||||||
E("p", { class: "alert-message warning" }, [
|
E("p", {}, [
|
||||||
E("strong", {}, _("Regional options cannot be used together")),
|
E("strong", {}, _("Regional options cannot be used together")),
|
||||||
E("br"),
|
E("br"),
|
||||||
_(
|
_(
|
||||||
|
|||||||
Reference in New Issue
Block a user