Skip to content

Commit 3777cbf

Browse files
authored
Merge pull request #703 from OpenArchive/bugFix/ia-login-header-description-fix
fix: update upload description for internet archive to specify free public server
2 parents ef61d88 + 347927f commit 3777cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ android {
5959
applicationId = "net.opendasharchive.openarchive"
6060
minSdk = 29
6161
targetSdk = 36
62-
versionCode = 30015
62+
versionCode = 30016
6363
versionName = "4.0.2"
6464
multiDexEnabled = true
6565
vectorDrawables.useSupportLibrary = true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<string name="to_get_started_more_hint">You can add multiple private servers and\none IA account at any time.</string>
197197
<string name="in_the_side_menu_you_can_add_another_server_and_connect_to_multiple_servers">In the side menu, you can add another server and connect to multiple servers</string>
198198
<string name="send_directly_to_a_private_server">Connect to a secure WebDAV server</string>
199-
<string name="upload_to_the_internet_archive">Connect to a free public or paid private server</string>
199+
<string name="upload_to_the_internet_archive">Connect to a free public server</string>
200200
<string name="save_connects_to_webdav_compatible_servers_only_such_as_nextcloud_and_owncloud">Connect to a WebDAV-compatible servers, e.g. Nexcloud and ownCloud.</string>
201201
<string name="action_next">Next</string>
202202
<string name="action_done">Done</string>

0 commit comments

Comments
 (0)