From 7c5230326febfbe9e5f8379d4d31f8104e0823ed Mon Sep 17 00:00:00 2001 From: Michael W Date: Sun, 16 Jun 2024 13:19:13 +0200 Subject: [PATCH] Updater: Append trailing slash to upgrade url * It gets appended after calling anyway * Having the url at the end of a linkified message with a dot after it (end of sentence, e.g. russian), the dot is also linkified resulting in https://wiki.lineageos.org/devices//upgrade. which won't work, while the slash makes it work (with the linkified dot) Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/7248 Change-Id: Iaacd61267ad886c23393e34071a191a2e08d4009 --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9a3f3e0..744d46f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -156,7 +156,7 @@ Update blocked This update cannot be installed using the updater app. Please read %1$s for more information. - https://wiki.lineageos.org/devices/%1$s/upgrade + https://wiki.lineageos.org/devices/%1$s/upgrade/ Export completion New updates