Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make "No Internet Connection" msg shorter, clearer
Browse files Browse the repository at this point in the history
pH-7 committed Oct 10, 2019
1 parent 8c85ca8 commit 8ba5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoodScan/Model/CommanClasees/Constants.swift
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ let logout_conformation = "Are you sure you want to logout from FoodScan app?"

let password_and_confirmpass_is_different = "Password and Confirm password do not match"
let something_went_wrong = "Something went wrong. Please try again later"
let no_internet_connection = "No Internet connection. Please try again later"
let no_internet_connection = "No Network Connection"
let password_length_error = "Password length should be at least 5 characters"
let Loading_msg = "Loading..."
let Processing_msg = "Processing..."

0 comments on commit 8ba5fec

Please sign in to comment.