Skip to content

Commit e22390d

Browse files
committed
update labels
1 parent 8c6d779 commit e22390d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components/EditResource.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export const EditResource = ({ refetch, allResources }: EditProps) => {
537537
}
538538
>
539539
<div className="flex items-center gap-1">
540-
<Text>Reset Fields</Text>{' '}
540+
<Text>Reset Formats</Text>{' '}
541541
<Icon source={Icons.info} color="interactive" />
542542
</div>
543543
</Button>
@@ -560,7 +560,7 @@ export const EditResource = ({ refetch, allResources }: EditProps) => {
560560
) : (
561561
<div className="my-8 flex justify-center">
562562
{' '}
563-
Click on Reset Fields{' '}
563+
Click on Reset Format{' '}
564564
</div>
565565
)}
566566
</div>

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/resources/components/ResourceListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const ResourceListView = ({ data, refetch }: ResourceListProps) => {
243243
Showing {filteredRows.length} of {filteredRows.length} Data Files
244244
</Text>
245245
<SearchInput
246-
placeholder="Search in Resources"
246+
placeholder="Search in Data Files"
247247
label="Search"
248248
name="Search"
249249
onChange={(e) => handleSearchChange(e)}

0 commit comments

Comments
 (0)