Skip to content

Commit

Permalink
fixed spelling and auto-regenerated xcstrings file
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Sep 12, 2024
1 parent 9337b66 commit ad8aadc
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 4,481 deletions.
2 changes: 1 addition & 1 deletion ownCloud/App Controllers/AppRootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ open class AppRootViewController: EmbeddingViewController, BrowserNavigationView
let lastGitCommit = GitInfo.app.lastCommit,
(lastBetaWarningCommit == nil) || (lastBetaWarningCommit != lastGitCommit) {
// Beta warning has never been shown before - or has last been shown for a different release
let betaAlert = ThemedAlertController(with: OCLocalizedString("Beta Warning", nil), message: OCLocalizedString("\nThis is a BETA release that may - and likely will - still contain bugs.\n\nYOU SHOULD NOT USE THIS BETA VERSION WITH PRODUCTION SYSTEMS, PRODUCTION DATA OR DATA OF VALUE. YOU'RE USING THIS BETA AT YOUR OWN RISK.\n\nPlease let us know about any issues that come up via the \"Send Feedback\" Option in the settings.", nil), okLabel: OCLocalizedString("Agree", nil)) {
let betaAlert = ThemedAlertController(with: OCLocalizedString("Beta Warning", nil), message: OCLocalizedString("\nThis is a BETA release that may - and likely will - still contain bugs.\n\nYOU SHOULD NOT USE THIS BETA VERSION WITH PRODUCTION SYSTEMS, PRODUCTION DATA OR DATA OF VALUE. YOU'RE USING THIS BETA AT YOUR OWN RISK.\n\nPlease let us know about any issues that come up via the \"Send Feedback\" option in the settings.", nil), okLabel: OCLocalizedString("Agree", nil)) {
OCAppIdentity.shared.userDefaults?.set(lastGitCommit, forKey: "LastBetaWarningCommit")
OCAppIdentity.shared.userDefaults?.set(NSDate(), forKey: "LastBetaWarningAcceptDate")
}
Expand Down
Loading

0 comments on commit ad8aadc

Please sign in to comment.