@@ -138,7 +138,7 @@ - (instancetype)initWithAuthUI:(FUIAuth *)authUI
138138+ (FUIOAuth *)twitterAuthProvider {
139139 return [[FUIOAuth alloc ] initWithAuthUI: [FUIAuth defaultAuthUI ]
140140 providerID: @" twitter.com"
141- buttonLabelText: @" Twitter でログイン "
141+ buttonLabelText: @" Twitter でサインイン "
142142 shortName: @" Twitter"
143143 buttonColor: [UIColor colorWithRed: 71 .0f /255 .0f
144144 green: 154 .0f /255 .0f
@@ -154,7 +154,7 @@ + (FUIOAuth *)twitterAuthProvider {
154154+ (FUIOAuth *)githubAuthProvider {
155155 return [[FUIOAuth alloc ] initWithAuthUI: [FUIAuth defaultAuthUI ]
156156 providerID: @" github.com"
157- buttonLabelText: @" GitHub でログイン "
157+ buttonLabelText: @" GitHub でサインイン "
158158 shortName: @" GitHub"
159159 buttonColor: [UIColor colorWithRed: 0.2 green: 0.2 blue: 0.2 alpha: 1.0 ]
160160 iconImage: [FUIAuthUtils imageNamed: @" ic_github"
@@ -167,7 +167,7 @@ + (FUIOAuth *)githubAuthProvider {
167167+ (FUIOAuth *)microsoftAuthProvider {
168168 return [[FUIOAuth alloc ] initWithAuthUI: [FUIAuth defaultAuthUI ]
169169 providerID: @" microsoft.com"
170- buttonLabelText: @" Microsoft でログイン "
170+ buttonLabelText: @" Microsoft でサインイン "
171171 shortName: @" Microsoft"
172172 buttonColor: [UIColor colorWithRed: .18 green: .18 blue: .18 alpha: 1.0 ]
173173 iconImage: [FUIAuthUtils imageNamed: @" ic_microsoft"
@@ -180,7 +180,7 @@ + (FUIOAuth *)microsoftAuthProvider {
180180+ (FUIOAuth *)yahooAuthProvider {
181181 return [[FUIOAuth alloc ] initWithAuthUI: [FUIAuth defaultAuthUI ]
182182 providerID: @" yahoo.com"
183- buttonLabelText: @" Yahoo でログイン "
183+ buttonLabelText: @" Yahoo でサインイン "
184184 shortName: @" Yahoo"
185185 buttonColor: [UIColor colorWithRed: .45 green: .05 blue: .62 alpha: 1.0 ]
186186 iconImage: [FUIAuthUtils imageNamed: @" ic_yahoo"
@@ -213,7 +213,7 @@ + (FUIOAuth *)appleAuthProviderWithUserInterfaceStyle:(UIUserInterfaceStyle)user
213213 }
214214 FUIOAuth *provider = [[FUIOAuth alloc ] initWithAuthUI: [FUIAuth defaultAuthUI ]
215215 providerID: @" apple.com"
216- buttonLabelText: @" Apple でログイン "
216+ buttonLabelText: @" Apple でサインイン "
217217 shortName: @" Apple"
218218 buttonColor: buttonColor
219219 iconImage: iconImage
0 commit comments