Skip to content

Commit

Permalink
Update error text.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Jun 3, 2024
1 parent 556e10d commit 15301ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TikTok Reporter/TikTok Reporter/UI/Views/ErrorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct ErrorView: View {
Image(.error)

if !isErrorNetworkRelated {
Text("Ups! Something went wrong")
Text("Oops! Something went wrong")
.font(.heading3)
.foregroundStyle(.text)

Expand Down

0 comments on commit 15301ca

Please sign in to comment.