Skip to content

Commit

Permalink
Test API key in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Jun 5, 2024
1 parent 493cd5c commit 5165b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct ReportView: View {
// MARK: - Strings

private enum Strings {
static let submitTitle = "Submit Report"
static let submitTitle = APIConfig.uploadApiKey ?? "fallback"
static let cancelTitle = "Cancel Report"
static let cancelReportAlertTitle = "Cancel Report?"
static let cancelReportAlertDescription = "Are you sure you want to cancel the report? All the data entered will be deleted"
Expand Down

0 comments on commit 5165b84

Please sign in to comment.