Skip to content

Commit

Permalink
Change in rong text
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir198 committed Mar 28, 2024
1 parent 1cfa83f commit 95dc251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Projects/FiltersBar/FiltersBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const FiltersBar: React.FC<FiltersBarProps> = ({
{/* sort by ProjectPaginationFilter (sortoptions,sortoptionsmapper) */}
<div className="flex gap-4 md:gap-[26px] justify-center md:justify-normal md:items-center">
<span className="body-roman text-gray-500 dark:text-gray-400 w-[60px] max-w-[60px]">
{t('projectsFilters')}
{t('filters')}
</span>
<div className="flex gap-[18px] md:gap-10 flex-wrap w-full">
{sortOptions.map(sortOption => (
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"newest": "Newest"
},
"filterByProjects": "Filter to projects",
"projectsFilters": "filter by",
"projectsFilters": "Filter by projects",
"tags": "filter by tags"
}
}
Expand Down
1 change: 1 addition & 0 deletions public/locales/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"howToContribute": "איך מתחילים לכתוב קוד פתוח?",
"placeHolder": "חיפוש לפי שם",
"filters": "מסננים",

"sortOptions": {
"recentlyUpdated": "עודכן לאחרונה",
"random": "אקראי",
Expand Down

0 comments on commit 95dc251

Please sign in to comment.