Skip to content

Commit

Permalink
localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Sep 9, 2024
1 parent bf11b09 commit 0795cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RadixWallet/Features/SplashFeature/Splash.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ public struct Splash: Sendable, FeatureReducer {

case .showAppLockMessage:
state.destination = .errorAlert(.init(
title: { .init("Advanced Lock Disabled") },
title: { .init(L10n.Biometrics.AppLockAvailableAlert.title) },
actions: {
.default(
.init(L10n.Common.dismiss),
action: .send(.appLockOkButtonTapped)
)
},
message: { .init("Your phone was updated and now supports Apple's built-in App Lock feature.") }
message: { .init(L10n.Biometrics.AppLockAvailableAlert.message) }
))
return .none
}
Expand Down

0 comments on commit 0795cd9

Please sign in to comment.