From: Matt Amos Date: Sat, 22 Apr 2017 10:47:12 +0000 (+0100) Subject: Credit the whole of UCL, rather than just the Bartlett / VR centre. X-Git-Tag: live~3476 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c7391595d82f5255d400816eb0fe80b1c213d2e3 Credit the whole of UCL, rather than just the Bartlett / VR centre. --- diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index d8bf787a4..5df208149 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -44,7 +44,7 @@

<%= t 'layouts.intro_text' %>

<%= t 'layouts.partners_html', - :ucl => link_to(t('layouts.partners_ucl'), "http://www.bartlett.ucl.ac.uk"), + :ucl => link_to(t('layouts.partners_ucl'), "http://www.ucl.ac.uk"), :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"), :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"), :partners => link_to(t('layouts.partners_partners'), "https://hardware.openstreetmap.org/thanks/") %> diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 9847cf5aa..ebc1877f3 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -33,7 +33,7 @@

<%= t "about_page.partners_title" %>

<%= t 'layouts.partners_html', - :ucl => link_to(t('layouts.partners_ucl'), "http://www.bartlett.ucl.ac.uk"), + :ucl => link_to(t('layouts.partners_ucl'), "http://www.ucl.ac.uk"), :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"), :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"), :partners => link_to(t('layouts.partners_partners'), "https://hardware.openstreetmap.org/thanks/") %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 7edeea7d0..70a16bce0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -934,7 +934,7 @@ en: intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license. intro_2_create_account: "Create a user account" partners_html: "Hosting is supported by %{ucl}, %{bytemark} and %{ic}, and other %{partners}." - partners_ucl: "the UCL VR Centre" + partners_ucl: "UCL" partners_ic: "Imperial College London" partners_bytemark: "Bytemark Hosting" partners_partners: "partners"