Skip to content

Commit

Permalink
minor changes in messages. no localization, however
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Jul 29, 2020
1 parent e6072a0 commit c0ce1ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AmahiAnywhere/AmahiAnywhere/Data/Local/StringLiterals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ struct StringLiterals {

// Alert Texts

static let signOut = "Sign Out"
static let signOutMessage = "Are You Sure You Want to Sign Out ? "
static let clearCacheTitle = "Clear Temporary Downloads"
static let clearCacheMessage = "Are you sure you want to delete all temporary files ?"
static let signOut = "Sign out"
static let signOutMessage = "Are you sure you want to sign out?"
static let clearCacheTitle = "Clear temporary downloads"
static let clearCacheMessage = "Are you sure you want to delete all temporary files?"
static let confirm = "Confirm"
static let cancel = "Cancel"
}

0 comments on commit c0ce1ed

Please sign in to comment.