Merge pull request #1014 from matkoniecz/feature/rename-location-field

rename field in Location section
This commit is contained in:
Mike Simpson 2023-01-13 14:30:13 +00:00 committed by GitHub
commit ec41e4f7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ export const buildingUserFields = {
export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
location_name: {
category: Category.Location,
title: "Building information (link)",
title: "Building Name (Information link)",
tooltip: "Link to a website with information on the building, not needed for most.",
example: "https://en.wikipedia.org/wiki/Palace_of_Westminster",
},