Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Feb 18, 2024
1 parent 7a395aa commit ff199d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions web/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
"USERS": "Users"
},
"Meal": {
"ALLERGENS": "Allergene",
"ADDITIVES": "Zusatzstoffe",
"PROPERTIES": "Eigenschaften",
"CATEGORIES": "Kategorien",
"SEASONS": "Saisonen",
"FOOD_FORMS": "Ernährungsformen",
"KITCHENS": "Küchen",
"ALLERGENS": "Allergens",
"ADDITIVES": "Additives",
"PROPERTIES": "Properties",
"CATEGORIES": "Categories",
"SEASONS": "Seasons",
"FOOD_FORMS": "Food Forms",
"KITCHENS": "Kitchens",
"UPLOAD_OR_DRAG_DROP": "Upload a file or drag and drop",
"UPLOAD_TYPE_AND_LIMIT": "PNG, JPG, GIF up to 10MB"
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/pages/dashboard/utils/ColorPalette.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Chip, colors } from "@nextui-org/react";
import { Chip } from "@nextui-org/react";
import React from "react";

interface ColorPaletteProps {
Expand Down

0 comments on commit ff199d9

Please sign in to comment.