We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11bc2a commit 43d88dcCopy full SHA for 43d88dc
src/blocks/IndicatorFallbackWarning.svelte
@@ -43,8 +43,9 @@
43
{#await showWarning then d}
44
{#if d != null}
45
<p>
46
- {prefix} the indicator "{sensor.name}" is not available for {formatDateYearDayOfWeekAbbr(date)} on the geographic level
47
- "{getLevelInfo(level).label}", yet. The data from {formatDateYearDayOfWeekAbbr(d.date ?? d.date_value)} is shown instead.
+ {prefix} The indicator "{sensor.name}" is not available for {formatDateYearDayOfWeekAbbr(date)} at the geographic level
+ "{getLevelInfo(level).label}", yet. The data from {formatDateYearDayOfWeekAbbr(d.date ?? d.date_value)} is displayed
48
+ instead.
49
</p>
50
{/if}
51
{/await}
0 commit comments