Version 9 (1.1.0)

This commit is contained in:
Letro Bot
2026-05-09 14:57:23 +04:00
parent 77d685cf89
commit aa2370afaf
4 changed files with 49 additions and 39 deletions

View File

@@ -27,7 +27,7 @@ struct LegalInformationScreen: View {
ListRow(label: .plain(title: L10n.commonPrivacyPolicy),
kind: .button { browserURL = BrowserURL(context.viewState.privacyURL) })
// Letro: Add Acknowledgement row
ListRow(label: .plain(title: "Acknowledgement"),
ListRow(label: .plain(title: "Acknowledgements"),
kind: .button { browserURL = BrowserURL(acknowledgementURL) })
}
}