copy: simplify user-facing descriptions

This commit is contained in:
zv
2026-07-04 16:04:39 +02:00
parent f15ebd28dc
commit ab6b7b414f
3 changed files with 32 additions and 53 deletions

View File

@@ -32,7 +32,7 @@ export function ForecastSources({ sources }: { sources: ForecastSource[] }) {
>
Open-Meteo <ExternalLink className="size-3" />
</a>
. {t(hasImgw ? "forecast.sourceCombinedDescription" : "forecast.sourceFallbackDescription")}
.
</p>
);
}