diff options
author | Julien Veyssier <eneiluj@posteo.net> | 2020-10-02 15:55:52 +0200 |
---|---|---|
committer | Julien Veyssier <eneiluj@posteo.net> | 2020-10-02 15:55:52 +0200 |
commit | e97fb669e13e58323c7dac1a7622458f630d60f6 (patch) | |
tree | 88e09911a8e11c1579194893fbdf6e688d909066 /apps/dashboard/src | |
parent | 0de44a80141e450fd6475c2f817af75f4f041051 (diff) | |
download | nextcloud-server-e97fb669e13e58323c7dac1a7622458f630d60f6.tar.gz nextcloud-server-e97fb669e13e58323c7dac1a7622458f630d60f6.zip |
refs #23140 split dashboard attributions in multiple lines to allow translation parsing
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r-- | apps/dashboard/src/App.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index ef7e770f0d6..5f10b83da7a 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -75,7 +75,9 @@ {{ t('dashboard', 'For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.') }} </p> <p class="credits--end"> - <a href="https://api.met.no/doc/TermsOfService" target="_blank" rel="noopener">{{ t('dashboard', 'Weather data from Met.no') }}</a>, <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" target="_blank" rel="noopener">{{ t('dashboard', 'geocoding with Nominatim') }}</a>, <a href="https://www.opentopodata.org/#public-api" target="_blank" rel="noopener">{{ t('dashboard', 'elevation data from OpenTopoData') }}</a>. + <a href="https://api.met.no/doc/TermsOfService" target="_blank" rel="noopener">{{ t('dashboard', 'Weather data from Met.no') }}</a>, + <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" target="_blank" rel="noopener">{{ t('dashboard', 'geocoding with Nominatim') }}</a>, + <a href="https://www.opentopodata.org/#public-api" target="_blank" rel="noopener">{{ t('dashboard', 'elevation data from OpenTopoData') }}</a>. </p> </div> </Modal> |