From be1f0bb55820ba7085b9ee53929a874cb8c93ffc Mon Sep 17 00:00:00 2001 From: Tobias Sterbak Date: Thu, 12 Oct 2023 14:27:23 +0200 Subject: [PATCH] Fix text --- openandroidinstaller/views/requirements_view.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openandroidinstaller/views/requirements_view.py b/openandroidinstaller/views/requirements_view.py index b63a00b3..05f7f2e8 100644 --- a/openandroidinstaller/views/requirements_view.py +++ b/openandroidinstaller/views/requirements_view.py @@ -268,7 +268,8 @@ def get_boot_stock_check(self): Markdown( """ #### Boot your device with the stock OS at least once and check every functionality. -Make sure that you can send and receive SMS and place and receive calls (also via WiFi and LTE, if available), otherwise it won\'t work on LineageOS either! Additionally, some devices require that VoLTE/VoWiFi be utilized once on stock to provision IMS. +Make sure that you can send and receive SMS and place and receive calls (also via WiFi and LTE, if available), +otherwise it won\'t work on your custom ROM either! Additionally, some devices require that VoLTE/VoWiFi be utilized once on stock to provision IMS. """ ), boot_stock_checkbox,