Skip to content

Commit

Permalink
Change of icon, change of translation
Browse files Browse the repository at this point in the history
  • Loading branch information
docentYT committed Sep 17, 2023
1 parent 14ffc36 commit 7c4d026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"loading": "Ładowanie..."
},
"photo": {
"upload": "Wyślij zdjęcie",
"upload": "Dodaj zdjęcie",
"remove": "Usuń zdjęcie",
"report": "Zgłoś zdjęcie",
"send_report": "Wyślij zgłoszenie",
Expand Down
4 changes: 2 additions & 2 deletions src/components/sidebar/defibrillatorDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Card, Columns, Image,
} from "react-bulma-components";
import {
mdiAccountSupervisorOutline, mdiCameraPlus, mdiClockOutline, mdiHomeRoof,
mdiAccountSupervisorOutline, mdiImagePlus, mdiClockOutline, mdiHomeRoof,
mdiInformationOutline, mdiMapMarkerOutline, mdiPhoneOutline,
} from "@mdi/js";
import Icon from "@mdi/react";
Expand Down Expand Up @@ -87,7 +87,7 @@ function photoGallery(data: DefibrillatorData, closeSidebar: () => void) {
setSidebarAction(SidebarAction.uploadPhoto);
}}
>
<Icon path={mdiCameraPlus} size={1.15} className="icon" color="#fff" />
<Icon path={mdiImagePlus} size={1.15} className="icon" color="#fff" />
<span>{t("photo.upload")}</span>
</Button>
<hr style={{ marginTop: "0.5rem", marginBottom: "1rem" }} />
Expand Down

0 comments on commit 7c4d026

Please sign in to comment.