@@ -33,10 +33,12 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
3333 String get abandoned => 'abandoned' ;
3434
3535 @override
36- String get acceptTerms => 'I agree to the Terms of Service and Privacy Policy' ;
36+ String get acceptTerms =>
37+ 'I agree to the Terms of Service and Privacy Policy' ;
3738
3839 @override
39- String get actionNotTimely => 'Awaited user action not completed in required timeframe' ;
40+ String get actionNotTimely =>
41+ 'Awaited user action not completed in required timeframe' ;
4042
4143 @override
4244 String get active => 'active' ;
@@ -142,7 +144,8 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
142144 String get enterTheCodeSentToYou => 'Enter the code sent to you' ;
143145
144146 @override
145- String get enterYourOrganizationDetailsToContinue => 'Enter your organization details to continue' ;
147+ String get enterYourOrganizationDetailsToContinue =>
148+ 'Enter your organization details to continue' ;
146149
147150 @override
148151 String get expired => 'expired' ;
@@ -279,13 +282,15 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
279282 String get password => 'Password' ;
280283
281284 @override
282- String get passwordAndPasswordConfirmationMustMatch => 'Password and password confirmation must match' ;
285+ String get passwordAndPasswordConfirmationMustMatch =>
286+ 'Password and password confirmation must match' ;
283287
284288 @override
285289 String get passwordConfirmation => 'confirm password' ;
286290
287291 @override
288- String get passwordMatchError => 'Password and password confirmation must match' ;
292+ String get passwordMatchError =>
293+ 'Password and password confirmation must match' ;
289294
290295 @override
291296 String get passwordMustBeSupplied => 'A password must be supplied' ;
@@ -306,10 +311,12 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
306311 String get phoneNumberConcise => 'phone' ;
307312
308313 @override
309- String get pleaseAddRequiredInformation => 'Something seems to be missing. Please add the required information' ;
314+ String get pleaseAddRequiredInformation =>
315+ 'Something seems to be missing. Please add the required information' ;
310316
311317 @override
312- String get pleaseChooseAnAccountToConnect => 'Please choose an account to connect' ;
318+ String get pleaseChooseAnAccountToConnect =>
319+ 'Please choose an account to connect' ;
313320
314321 @override
315322 String get pleaseEnterYourIdentifier => 'Please enter your identifier' ;
@@ -339,13 +346,15 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
339346 String get resend => 'Resend' ;
340347
341348 @override
342- String get resetFailed => 'That password reset attempt failed. A new code has been sent.' ;
349+ String get resetFailed =>
350+ 'That password reset attempt failed. A new code has been sent.' ;
343351
344352 @override
345353 String get resetPassword => 'Reset password and sign in' ;
346354
347355 @override
348- String get selectAccount => 'Select the account with which you wish to continue' ;
356+ String get selectAccount =>
357+ 'Select the account with which you wish to continue' ;
349358
350359 @override
351360 String get sendMeTheCode => 'Send me the reset code' ;
@@ -357,13 +366,16 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
357366 String get signIn => 'Sign in' ;
358367
359368 @override
360- String get signInByClickingALinkSentToYouByEmail => 'Sign in by clicking a link sent to you by email' ;
369+ String get signInByClickingALinkSentToYouByEmail =>
370+ 'Sign in by clicking a link sent to you by email' ;
361371
362372 @override
363- String get signInByEnteringACodeSentToYouByEmail => 'Sign in by entering a code sent to you by email' ;
373+ String get signInByEnteringACodeSentToYouByEmail =>
374+ 'Sign in by entering a code sent to you by email' ;
364375
365376 @override
366- String get signInByEnteringACodeSentToYouByTextMessage => 'Sign in by entering a code sent to you by text message' ;
377+ String get signInByEnteringACodeSentToYouByTextMessage =>
378+ 'Sign in by entering a code sent to you by text message' ;
367379
368380 @override
369381 String signInError (String arg) {
@@ -459,8 +471,10 @@ class ClerkSdkLocalizationsEn extends ClerkSdkLocalizations {
459471 String get web3Wallet => 'web3 wallet' ;
460472
461473 @override
462- String get welcomeBackPleaseSignInToContinue => 'Welcome back! Please sign in to continue' ;
474+ String get welcomeBackPleaseSignInToContinue =>
475+ 'Welcome back! Please sign in to continue' ;
463476
464477 @override
465- String get welcomePleaseFillInTheDetailsToGetStarted => 'Welcome! Please fill in the details to get started' ;
478+ String get welcomePleaseFillInTheDetailsToGetStarted =>
479+ 'Welcome! Please fill in the details to get started' ;
466480}
0 commit comments