Skip to content

Commit d259358

Browse files
author
roshni73
committed
fix(validate-image):Rename validate image
1 parent 0b0c138 commit d259358

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

public/locales/en/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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}}",

public/locales/en/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",

src/pages/[locale]/data/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
),

src/pages/[locale]/projects/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
),

src/utils/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

113113
const mb = 1024 * 1024;

0 commit comments

Comments
 (0)