Skip to content

Commit

Permalink
fix impressum link, add missing translation in statistics prof help tab
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rind committed Dec 14, 2024
1 parent b29813d commit ead28fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/components/SideMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
<a href="https://github.com/fhstp/easynwk-web" target="_blank"
>{{ t("sourcecode") }} (Version {{ appVersion }})</a
>
<a href="http://www.easynwk.com/impressum/">{{ t("imprint") }}</a>
<a href="https://easynwk.fhstp.ac.at/impressum-datenschutz">
{{ t("imprint") }}
</a>
<img src="fhstp_sw_pos.png" width="80" height="80" />
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/data/AlterCategories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export const CATEGORY_TRANSLATIONS: Record<string, Record<string, string>> = {
de: "Netzwerk ohne prof. Hilfe",
en: "Network without Professional Help",
},
"gesamtes Netzwerk": {
de: "gesamtes Netzwerk",
"Gesamtes Netzwerk": {
de: "Gesamtes Netzwerk",
en: "Entire Network",
},
// Geschlecht: {
Expand Down Expand Up @@ -127,7 +127,7 @@ const PROFI: AlterCategorization = {
(catIndex === 0 && sectorIndex(a) === 3) ||
(catIndex === 1 && sectorIndex(a) != 3) ||
catIndex === 2,
categories: ["prof. Hilfe", "Netzwerk ohne prof. Hilfe", "gesamtes Netzwerk"],
categories: ["Prof. Hilfe", "Netzwerk ohne prof. Hilfe", "Gesamtes Netzwerk"],
};

const CLIQUE: AlterCategorization = {
Expand Down

0 comments on commit ead28fe

Please sign in to comment.