mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Change caption for content field from "Contents" to "Content"
(closes #4169)
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ en:
|
||||
placeholder: 'http://example.com/'
|
||||
content:
|
||||
# content=*
|
||||
label: Contents
|
||||
label: Content
|
||||
country:
|
||||
# country=*
|
||||
label: Country
|
||||
|
||||
@@ -446,7 +446,7 @@
|
||||
"content": {
|
||||
"key": "content",
|
||||
"type": "combo",
|
||||
"label": "Contents"
|
||||
"label": "Content"
|
||||
},
|
||||
"country": {
|
||||
"key": "country",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "content",
|
||||
"type": "combo",
|
||||
"label": "Contents"
|
||||
"label": "Content"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -1358,7 +1358,7 @@
|
||||
"placeholder": "http://example.com/"
|
||||
},
|
||||
"content": {
|
||||
"label": "Contents"
|
||||
"label": "Content"
|
||||
},
|
||||
"country": {
|
||||
"label": "Country"
|
||||
|
||||
Reference in New Issue
Block a user