Skip to content

Commit 0ac4ee4

Browse files
committed
[#185] loginPrompt text ๋ณ€๊ฒฝ
๋กœ๊ทธ์ธ์ด ํ•„์š”ํ•œ ์„œ๋น„์Šค์˜ˆ์š”. 3์ดˆ๋งŒ์— ๋กœ๊ทธ์ธํ•˜๊ณ  ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•ด๋ณด์„ธ์š”!
1 parent 5e3eb88 commit 0ac4ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

โ€ŽEATSSU_MVC/EATSSU_MVC/Sources/Utility/Literal/TextLiteral.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ enum TextLiteral {
3838

3939
enum SignIn {
4040

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

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

0 commit comments

Comments
ย (0)