summaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Settings/AboutView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/Settings/AboutView.swift')
-rw-r--r--TalerWallet1/Views/Settings/AboutView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Views/Settings/AboutView.swift b/TalerWallet1/Views/Settings/AboutView.swift
index 8fcce24..2e460bf 100644
--- a/TalerWallet1/Views/Settings/AboutView.swift
+++ b/TalerWallet1/Views/Settings/AboutView.swift
@@ -35,7 +35,7 @@ struct AboutView: View {
HStack {
Spacer()
RotatingTaler(size: 100, rotationEnabled: $rotationEnabled)
- .accessibilityHint("will go to the taler.net website when long-pressed")
+ .accessibilityHint("Will go to the taler.net website when long-pressed.")
.onTapGesture(count: 2) {
rotationEnabled.toggle()
}