diff --git a/src/intro.tsx b/src/intro.tsx
index c022519..f55b979 100644
--- a/src/intro.tsx
+++ b/src/intro.tsx
@@ -91,12 +91,25 @@ export function Intro() {
- Privacy: When using the "load from file" option, this site does
- not send your data anywhere and files loaded from disk do not leave
- your computer. When using "load from URL", data is passed through the{' '}
- cors-anywhere{' '}
- service to deal with an issue with cross-site file loading in the
- browser.
+
+
+
+ :
+ cors-anywhere
+ ),
+ }}
+ />
diff --git a/src/top_bar.tsx b/src/top_bar.tsx
index 614c408..010f32a 100644
--- a/src/top_bar.tsx
+++ b/src/top_bar.tsx
@@ -169,7 +169,10 @@ export class TopBar extends React.Component {
href="https://github.com/PeWu/topola-viewer"
position="right"
>
- Source on GitHub
+
{loadFromUrlModal}
diff --git a/src/translations/pl.json b/src/translations/pl.json
index 4f554f4..03bf5ee 100644
--- a/src/translations/pl.json
+++ b/src/translations/pl.json
@@ -1,11 +1,14 @@
{
"menu.load_from_url": "Otwórz URL",
"menu.load_from_file": "Otwórz plik",
+ "menu.github": "Źródła na GitHub",
"intro.title": "Topola Genealogy",
"intro.description": "Topola Genealogy pozwala przeglądać drzewo genealogiczne w interaktywny sposób.",
"intro.instructions": "Kliknij OTWÓRZ URL lub OTWÓRZ PLIK, aby załadować plik GEDCOM. Większość programów genealogicznych posiada funkcję eksportu do pliku GEDCOM.",
"intro.examples": "Poniżej jest kilka przykładów znalezionych w Internecie:",
"intro.from": "źródło:",
+ "intro.privacy": "Prywatność",
+ "intro.privacy_note": "Używając funkcji \"Otwórz plik\", Twoje dane nie są nigdzie wysyłane i pozostają na Twoim komputerze. Używając funkcji \"Otwórz URL\", dane z podanego adresu przesyłane są przez usługę {link} w celu umożliwienia załadowania danych z innej domeny (CORS).",
"load_from_url.title": "Otwórz z adresu URL",
"load_from_url.comment": "Dane z podanego adresu URL zostaną załadowane poprzez usługę {link} w celu uniknięcia problemów z CORS.",
"load_from_url.cancel": "Anuluj",