fix: shorten report confirmation action

This commit is contained in:
FuelBoard Contributor
2026-09-17 22:30:25 +01:00
parent 6c8fd8b0de
commit 3c83c9b518
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ struct StationDetailView: View {
.navigationBarTitleDisplayMode(.inline)
.alert("Report an error?", isPresented: $showingReportIssueConfirmation) {
Button("Cancel", role: .cancel) { }
Button("Open GOV.UK") {
Button("Report") {
UIApplication.shared.open(reportIssueURL)
}
} message: {
+1 -1
View File
@@ -150,7 +150,7 @@
"Report issue" = "Report issue";
"Report an error?" = "Report an error?";
"Cancel" = "Cancel";
"Open GOV.UK" = "Open GOV.UK";
"Report" = "Report";
"Are you sure you want to report an error in fuel prices or forecourt details? This will open in your chosen browser." = "Are you sure you want to report an error in fuel prices or forecourt details? This will open in your chosen browser.";
/* Station row */