Skip to content

Commit

Permalink
[#185] loginPrompt text ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
๋กœ๊ทธ์ธ์ด ํ•„์š”ํ•œ ์„œ๋น„์Šค์˜ˆ์š”. 3์ดˆ๋งŒ์— ๋กœ๊ทธ์ธํ•˜๊ณ  ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•ด๋ณด์„ธ์š”!
  • Loading branch information
CJiu01 committed Nov 28, 2024
1 parent 5e3eb88 commit 0ac4ee4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ enum TextLiteral {

enum SignIn {

/// 3์ดˆ๋งŒ์— ๋กœ๊ทธ์ธํ•˜๊ณ  ๋ฆฌ๋ทฐ๋ฅผ ๋‹ฌ์•„๋ณด์„ธ์š”!
static let loginPrompt: String = "3์ดˆ๋งŒ์— ๋กœ๊ทธ์ธํ•˜๊ณ \n๋ฆฌ๋ทฐ๋ฅผ ๋‹ฌ์•„๋ณด์„ธ์š”!"
/// ๋กœ๊ทธ์ธ์ด ํ•„์š”ํ•œ ์„œ๋น„์Šค์˜ˆ์š”. 3์ดˆ๋งŒ์— ๋กœ๊ทธ์ธํ•˜๊ณ  ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•ด๋ณด์„ธ์š”!
static let loginPrompt: String = "๋กœ๊ทธ์ธ์ด ํ•„์š”ํ•œ ์„œ๋น„์Šค์˜ˆ์š”\n3์ดˆ๋งŒ์— ๋กœ๊ทธ์ธํ•˜๊ณ  ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•ด๋ณด์„ธ์š”!"
}

static let signInWithApple: String = "Apple๋กœ ๋กœ๊ทธ์ธ"
Expand Down

0 comments on commit 0ac4ee4

Please sign in to comment.