Skip to content

Commit c477b0b

Browse files
authored
Add changelog link to about section (#72)
1 parent 00c6d6d commit c477b0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/src/main/res/values-de/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<string name="preserve_battery">Batterie schonen</string>
2525
<string name="text_about"><![CDATA[
2626
<h2>Ausführung</h2>
27-
v%1$s
27+
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
2828
<p>
2929
Open Source-Anwendung rund um Freenet Project.
3030
</p>

app/src/main/res/values-es/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<string name="node_paused">Freenet está pausado.</string>
2525
<string name="text_about"><![CDATA[
2626
<h2>Versión</h2>
27-
v%1$s
27+
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
2828
<p>
2929
Aplicación de código abierto construida alrededor de Freenet Project.
3030
</p>

app/src/main/res/values-fr/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<string name="node_paused">Freenet est en pause.</string>
2525
<string name="text_about"><![CDATA[
2626
<h2>Version</h2>
27-
v%1$s
27+
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
2828
<p>
2929
Application open source construite autour du projet Freenet.
3030
</p>

app/src/main/res/values-pt/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<string name="node_paused">Freenet está em pausa.</string>
2525
<string name="text_about"><![CDATA[
2626
<h2>Versão</h2>
27-
v%1$s
27+
v%1$s. <a href="https://github.com/freenet-mobile/app/releases/tag/v%1$s">See Changelog</a>.
2828
<p>
2929
Aplicativo de código aberto construído em torno do Projeto Freenet.
3030
</p>

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

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

0 commit comments

Comments
 (0)