diff --git a/css/app.css b/css/app.css index 3399fe70b..d718961de 100644 --- a/css/app.css +++ b/css/app.css @@ -2600,7 +2600,6 @@ img.wiki-image { ------------------------------------------------------- */ @media only screen and (max-width: 840px) { - #bar .label {display: none;} #bar .icon.icon-pre-text { margin-right: 0;} /* override hide for save button */ #bar .save .label { display: block;} diff --git a/data/core.yaml b/data/core.yaml index 031bb47a1..d4be9bb25 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -141,7 +141,7 @@ en: localized_translation_label: Multilingual name localized_translation_language: Choose language localized_translation_name: Name - zoom_in_edit: zoom in to edit the map + zoom_in_edit: Zoom in to Edit logout: logout loading_auth: "Connecting to OpenStreetMap..." report_a_bug: report a bug diff --git a/dist/locales/en.json b/dist/locales/en.json index 693f303f4..0627d9aea 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -179,7 +179,7 @@ "localized_translation_language": "Choose language", "localized_translation_name": "Name" }, - "zoom_in_edit": "zoom in to edit the map", + "zoom_in_edit": "Zoom in to Edit", "logout": "logout", "loading_auth": "Connecting to OpenStreetMap...", "report_a_bug": "report a bug",