Update permission alerts (#1953)

* Update system alerts

* Update localisations

* Update localizations
This commit is contained in:
Alfonso Grillo
2023-10-24 16:57:27 +02:00
committed by GitHub
parent dc2160017c
commit 082df683ee
9 changed files with 74 additions and 28 deletions

View File

@@ -148,8 +148,8 @@ extension AlertInfo where T == LocationSharingViewError {
switch error {
case .missingAuthorization:
self.init(id: error,
title: "",
message: L10n.errorMissingLocationAuthIos(InfoPlistReader.main.bundleDisplayName),
title: L10n.dialogPermissionLocationTitleIos(InfoPlistReader.main.bundleDisplayName),
message: L10n.dialogPermissionLocationDescriptionIos,
primaryButton: primaryButton,
secondaryButton: secondaryButton)
case .mapError(.failedLoadingMap):