File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 "build-area" : " Find" ,
55 "footprint" : " Validate" ,
66 "change-detection" : " Compare" ,
7- "image- validate" : " Image Validate" ,
7+ "validate-image " : " Validate Image " ,
88 "project-card-progress-text" : " {{progress, number}}% completed" ,
99 "project-card-last-update" : " {{date, datetime}}" ,
1010 "project-card-contributors-text" : " {{contributors}}" ,
Original file line number Diff line number Diff line change 2424 "build-area" : " Find" ,
2525 "footprint" : " Validate" ,
2626 "change-detection" : " Compare" ,
27- "image- validate" : " Image Validate " ,
27+ "validate-image " : " Validate Image " ,
2828 "project-tab-head" : " {{projectTitle}} | MapSwipe" ,
2929 "Location" : " Location" ,
3030 "requesting-organization" : " Requesting organization" ,
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ function Data(props: Props) {
342342 } ,
343343 {
344344 key : '10' ,
345- label : t ( 'image- validate' ) ,
345+ label : t ( 'validate-image ' ) ,
346346 icon : (
347347 < ProjectTypeIcon type = "10" size = "small" />
348348 ) ,
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ function Project(props: Props) {
271271 } ,
272272 10 : {
273273 key : '10' ,
274- label : t ( 'image- validate' ) ,
274+ label : t ( 'validate-image ' ) ,
275275 icon : (
276276 < ProjectTypeIcon type = "10" size = "small" />
277277 ) ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export const projectNameMapping: {
107107 2 : 'Footprint' ,
108108 3 : 'Change Detection' ,
109109 4 : 'Completeness' ,
110- 10 : 'Image Validate' ,
110+ 10 : 'Validate Image ' ,
111111} ;
112112
113113const mb = 1024 * 1024 ;
You can’t perform that action at this time.
0 commit comments