Skip to content

Commit 30d02a1

Browse files
PB-2051 Improve language on startpage #patch
Just a minor fix in language to the Release Notes section on the homepage. "The latest releases of software" sounds awkward and "news on changes" can be shortened. The main intent of this change is to be able to test the deploy to INT and PROD after the changes in #68 (PB-2051).
1 parent 5a5f2ae commit 30d02a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ onUnmounted(() => {
9191
<div class="releases-container-cols">
9292
<div class="home-container-col">
9393
<h4>Software Updates</h4>
94-
<span>The latest releases of software in *.geo.admin.ch:</span>
94+
<span>Latest software releases on *.geo.admin.ch:</span>
9595
<a class="vp-external-link-icon link" href="https://github.com/geoadmin/web-mapviewer/releases">web-mapviewer</a>
9696
<a class="vp-external-link-icon link" href="https://github.com/geoadmin/mf-chsdi3/releases">mf-chsdi3</a>
9797
<a class="vp-external-link-icon link" href="https://github.com/geoadmin/service-stac/releases">service-stac</a>
9898
</div>
9999
<div class="home-container-col">
100100
<h4>Data Updates</h4>
101-
<span>News on changes in the data available through our services:</span>
101+
<span>Changes in the data available through our services:</span>
102102
<a :href="lastRelease.url">Latest Release</a>
103103
<a href="/releases/release-notes">All Releases</a>
104104
</div>

0 commit comments

Comments
 (0)