diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24a19a2835..3e6b24b12f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## v2.54.2 - 2024-02-03
+
+[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.54.1...v2.54.2)
+
+- [#2144](https://github.com/ORCID/orcid-angular/pull/2144): Fix/batch of fixes 2 feb
+
## v2.54.1 - 2024-01-31
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.54.0...v2.54.1)
diff --git a/src/app/register2/components/step-c2/step-c2.component.html b/src/app/register2/components/step-c2/step-c2.component.html
index 7e601e2195..10be8071a3 100644
--- a/src/app/register2/components/step-c2/step-c2.component.html
+++ b/src/app/register2/components/step-c2/step-c2.component.html
@@ -72,7 +72,10 @@
id="step-c2-back-button"
(click)="optionalNextStep()"
>
-
+
Skip this step without adding an affiliation
diff --git a/src/app/register2/register-state.service.spec.ts b/src/app/register2/register-state.service.spec.ts
index 5fa81d43cc..4c4c0b9673 100644
--- a/src/app/register2/register-state.service.spec.ts
+++ b/src/app/register2/register-state.service.spec.ts
@@ -1,21 +1,23 @@
-import { TestBed } from '@angular/core/testing';
+import { TestBed } from '@angular/core/testing'
-import { RegisterStateService } from './register-state.service';
+import { RegisterStateService } from './register-state.service'
describe('RegisterStateService', () => {
- let service: RegisterStateService;
+ let service: RegisterStateService
beforeEach(() => {
TestBed.configureTestingModule({
- providers: [{
- provide: RegisterStateService,
- useValue: {}
- }]
- });
- service = TestBed.inject(RegisterStateService);
- });
+ providers: [
+ {
+ provide: RegisterStateService,
+ useValue: {},
+ },
+ ],
+ })
+ service = TestBed.inject(RegisterStateService)
+ })
it('should be created', () => {
- expect(service).toBeTruthy();
- });
-});
+ expect(service).toBeTruthy()
+ })
+})
diff --git a/src/locale/properties/register/register.en.properties b/src/locale/properties/register/register.en.properties
index 6e5774c79b..481856ef26 100644
--- a/src/locale/properties/register/register.en.properties
+++ b/src/locale/properties/register/register.en.properties
@@ -217,4 +217,4 @@ register.reactivateOrcidAssociated=Reactivate the ORCID record associated with t
register.affiliationFoud=Affiliation found
register.basedOnYourEmailWeThink=Based on your emails we think you are currently affiliated with
register.webePreselectedThisOrganizationForYouInTheFormBelow=We’ve pre-selected this organization for you in the form below.
-register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record.
\ No newline at end of file
+register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record.
diff --git a/src/locale/properties/register/register.lr.properties b/src/locale/properties/register/register.lr.properties
index 56a2be9af0..a12afac440 100644
--- a/src/locale/properties/register/register.lr.properties
+++ b/src/locale/properties/register/register.lr.properties
@@ -218,3 +218,8 @@ register.orcidRecord=LR
register.youCannotUseThisEmail=LR
register.resendClaimAddress=LR
register.reactivateOrcidAssociated=LR
+register.youMustAccept2=LR
+register.affiliationFoud=LR
+register.basedOnYourEmailWeThink=LR
+register.webePreselectedThisOrganizationForYouInTheFormBelow=LR
+register.whenYouCompleteRegistrationAnEmployment=LR
diff --git a/src/locale/properties/register/register.rl.properties b/src/locale/properties/register/register.rl.properties
index 2909efe9dc..5ed2a0352f 100644
--- a/src/locale/properties/register/register.rl.properties
+++ b/src/locale/properties/register/register.rl.properties
@@ -218,3 +218,8 @@ register.orcidRecord=RL
register.youCannotUseThisEmail=RL
register.resendClaimAddress=RL
register.reactivateOrcidAssociated=RL
+register.youMustAccept2=RL
+register.affiliationFoud=RL
+register.basedOnYourEmailWeThink=RL
+register.webePreselectedThisOrganizationForYouInTheFormBelow=RL
+register.whenYouCompleteRegistrationAnEmployment=RL
diff --git a/src/locale/properties/register/register.xx.properties b/src/locale/properties/register/register.xx.properties
index f74e2be7ed..349fbcc63c 100644
--- a/src/locale/properties/register/register.xx.properties
+++ b/src/locale/properties/register/register.xx.properties
@@ -218,3 +218,8 @@ register.orcidRecord=X
register.youCannotUseThisEmail=X
register.resendClaimAddress=X
register.reactivateOrcidAssociated=X
+register.youMustAccept2=X
+register.affiliationFoud=X
+register.basedOnYourEmailWeThink=X
+register.webePreselectedThisOrganizationForYouInTheFormBelow=X
+register.whenYouCompleteRegistrationAnEmployment=X