diff --git a/Sources/FaceLiveness/Utilities/String+Localizable.swift b/Sources/FaceLiveness/Utilities/String+Localizable.swift index 1f46fb9d..b81091dc 100644 --- a/Sources/FaceLiveness/Utilities/String+Localizable.swift +++ b/Sources/FaceLiveness/Utilities/String+Localizable.swift @@ -10,7 +10,7 @@ import Foundation extension String { /// Looks for a localized value using this value as the key. /// If no localization is found in the current app's bundle, - /// it defaults to the one provided by Authenticator + /// it defaults to the one provided by Liveness func localized(comment: String = "") -> String { let defaultValue = NSLocalizedString(self, bundle: .module, comment: "") return NSLocalizedString(