loc: update ios saving tutorial and donation text

updated shortcuts, added save to files option
This commit is contained in:
wukko
2024-03-06 20:10:41 +06:00
parent 1364872b94
commit 9d0f033b8a
3 changed files with 5 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ export function replaceBase(s) {
return s
.replace(/\n/g, '<br>')
.replace(/{saveToGalleryShortcut}/g, links.saveToGalleryShortcut)
.replace(/{saveToFilesShortcut}/g, links.saveToFilesShortcut)
.replace(/{repo}/g, repo)
.replace(/{statusPage}/g, links.statusPage)
.replace(/\*;/g, "&bull;");