We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c05e5a commit c71391eCopy full SHA for c71391e
1 file changed
openandroidinstaller/views/select_view.py
@@ -248,7 +248,7 @@ def build(self):
248
Text("Select an OS image:", style="titleSmall"),
249
Markdown(
250
f"""
251
-The image file should look something like `lineage-22.1-20241101-nightly-{self.state.config.device_code}-signed.zip`."""
+The image file should look something like `lineage-22.2-20241101-nightly-{self.state.config.device_code}-signed.zip`."""
252
),
253
Row(
254
[
0 commit comments