From 4a9f7a891bcce2530fec304975cf7ce38fad4dde 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 03034818..4427949f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -145,7 +145,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