summaryrefslogtreecommitdiff
path: root/TalerWallet1/Controllers/DebugViewC.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Controllers/DebugViewC.swift')
-rw-r--r--TalerWallet1/Controllers/DebugViewC.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Controllers/DebugViewC.swift b/TalerWallet1/Controllers/DebugViewC.swift
index c7de32f..bdf8e55 100644
--- a/TalerWallet1/Controllers/DebugViewC.swift
+++ b/TalerWallet1/Controllers/DebugViewC.swift
@@ -137,7 +137,7 @@ struct DebugViewV: View {
.id("viewID")
.accessibilityLabel(Text("View.ID.", comment: "AccessibilityLabel"))
.accessibilityValue(viewIDString)
- .accessibilityHint("Shows which view you currently are on.")
+ .accessibilityHint(String(localized: "Shows which view you currently are on."))
Spacer()
}
.edgesIgnoringSafeArea(.top)