Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog link to about section #72

Merged
merged 1 commit into from
Feb 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="preserve_battery">Batterie schonen</string>
<string name="text_about"><![CDATA[
<h2>Ausführung</h2>
v%1$s
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
<p>
Open Source-Anwendung rund um Freenet Project.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="node_paused">Freenet está pausado.</string>
<string name="text_about"><![CDATA[
<h2>Versión</h2>
v%1$s
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
<p>
Aplicación de código abierto construida alrededor de Freenet Project.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="node_paused">Freenet est en pause.</string>
<string name="text_about"><![CDATA[
<h2>Version</h2>
v%1$s
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
<p>
Application open source construite autour du projet Freenet.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="node_paused">Freenet está em pausa.</string>
<string name="text_about"><![CDATA[
<h2>Versão</h2>
v%1$s
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
<p>
Aplicativo de código aberto construído em torno do Projeto Freenet.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<string name="text_about"><![CDATA[
<h2>Version</h2>
v%1$s
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
<p>
Open source application built around Freenet Project.
</p>
Expand Down