Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #180 from xzenon/ios/fix/settings-version
Browse files Browse the repository at this point in the history
Updated text in version cell of Settings screen
  • Loading branch information
ex3ndr committed Dec 12, 2015
2 parents 2d3e40f + d96be38 commit 71afc8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public class AASettingsViewController: AAContentTableController {

// Support: App version
let version = NSBundle.mainBundle().infoDictionary!["CFBundleShortVersionString"] as! String
s.hint(version.replace("{version}", dest: version))
s.hint(AALocalized("SettingsVersion").replace("{version}", dest: version))

ActorSDK.sharedActor().delegate.actorSettingsSupportDidCreated(self, section: s)
}
Expand Down

0 comments on commit 71afc8d

Please sign in to comment.