Skip to content

Commit

Permalink
restyle: #306 noInfoAlert 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeong000 committed Nov 29, 2021
1 parent 75a4488 commit 9b53188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBus/BBus/Foreground/Station/StationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ final class StationViewController: UIViewController {

private func noInfoAlert() {
let controller = UIAlertController(title: "정거장 에러",
message: "죄송합니다. 현재 정보가 제공되지 않는 정거장입니다.",
message: "서울 외 지역은 정거장 정보를 제공하지 않습니다. 죄송합니다",
preferredStyle: .alert)
let action = UIAlertAction(title: "확인",
style: .default,
Expand Down

0 comments on commit 9b53188

Please sign in to comment.