aboutsummaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Sheets/Sheet.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/Sheets/Sheet.swift')
-rw-r--r--TalerWallet1/Views/Sheets/Sheet.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/TalerWallet1/Views/Sheets/Sheet.swift b/TalerWallet1/Views/Sheets/Sheet.swift
index b1f0cda..371d110 100644
--- a/TalerWallet1/Views/Sheets/Sheet.swift
+++ b/TalerWallet1/Views/Sheets/Sheet.swift
@@ -42,6 +42,8 @@ struct Sheet: View {
.monospacedDigit()
.edgesIgnoringSafeArea(.top)
.id("sheetID")
+ .accessibilityLabel(Text("Sheet.ID.", comment: "AccessibilityLabel"))
+ .accessibilityValue(idString)
}
}
}