Rename app

This commit is contained in:
relikd
2021-04-01 15:37:15 +02:00
parent dabbe10a2c
commit 1e8101a699
14 changed files with 53 additions and 51 deletions

View File

@@ -42,7 +42,7 @@ class TVCChooseAlertTone: UITableViewController {
}
override func tableView(_: UITableView, titleForHeaderInSection section: Int) -> String? {
section == 1 ? "AppCheck" : nil
section == 1 ? "AppChk" : nil
}
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
@@ -70,7 +70,7 @@ fileprivate let AvailableSounds: [[(title: String, file: String)]] = [
[ // System sounds
("None", "#mute"),
("Default", "#default")
], [ // AppCheck sounds
], [ // AppChk sounds
("Clock", "clock"),
("Drum 1", "drum1"),
("Drum 2", "drum2"),