diff options
| author | zaverden <[email protected]> | 2024-09-18 20:01:27 +0300 |
|---|---|---|
| committer | zaverden <[email protected]> | 2024-09-18 20:22:50 +0300 |
| commit | 2383b0ff060fa1b27b24f414de3de1eb215c1171 (patch) | |
| tree | a30917db0bd0200f75eb38ee63524659212a9b3f | |
| parent | 142e640f62d0a4828c7adf4c6268cc44f92dfcbb (diff) | |
Set better merge_time_fits alias
commit_hash:249e7c62fc66a2a20f22cd996675b83bd4b31df2
| -rw-r--r-- | build/conf/a.yaml | 2 | ||||
| -rw-r--r-- | build/plugins/a.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/a.yaml b/build/conf/a.yaml index e15f1892c69..cde8d7dc68e 100644 --- a/build/conf/a.yaml +++ b/build/conf/a.yaml @@ -7,7 +7,7 @@ arcanum: requirements: - system: arcanum type: merge_time_fits - alias: Merge time intervals (YMAKE-1194) + alias: Merge is forbidden from 11:00 to 20:00 MSK (YMAKE-1194) data: merge_intervals_utc: # 20:00..11:00 MSK diff --git a/build/plugins/a.yaml b/build/plugins/a.yaml index 3c652e093ab..48447c2fc30 100644 --- a/build/plugins/a.yaml +++ b/build/plugins/a.yaml @@ -7,7 +7,7 @@ arcanum: requirements: - system: arcanum type: merge_time_fits - alias: Merge time intervals (YMAKE-1194) + alias: Merge is forbidden from 11:00 to 20:00 MSK (YMAKE-1194) data: merge_intervals_utc: # 20:00..11:00 MSK |
