Minor changes

This commit is contained in:
foxster-mp4
2023-05-29 22:54:23 -07:00
parent 656b51a46c
commit 50c7c382d4
3 changed files with 5 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ function main(json) {
const sourceSubtitle = source.querySelector(".row-subtitle");
sourceTitle.innerText = json.name;
sourceContainer.href = `index.html?source=${sourceURL}`;
sourceSubtitle.innerText = json.description ?? "A cool AltStore source.";
sourceSubtitle.innerText = json.description ?? "Tap to get started";
}
function exit() {