Skip to content

Commit

Permalink
Work type is 'transcription' not 'transcriptions' (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro authored Jan 3, 2025
1 parent 9e0faef commit e8534f0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export const WorkTypeMenu: DeepSelectMenu[] = [
},
{ label: WorkTypesLabels[WorkTypes.review], value: WorkTypes.review },
{
label: WorkTypesLabels[WorkTypes.transcriptions],
value: WorkTypes.transcriptions,
label: WorkTypesLabels[WorkTypes.transcription],
value: WorkTypes.transcription,
},
{
label: WorkTypesLabels[WorkTypes.translation],
Expand Down
4 changes: 2 additions & 2 deletions src/app/types/works.endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export enum WorkTypes {
movingImage = 'moving-image',
musicalComposition = 'musical-composition',
sound = 'sound',
transcriptions = 'transcriptions',
transcription = 'transcription',
}

export const WorkCategoriesLabel = {
Expand Down Expand Up @@ -147,7 +147,7 @@ export const WorkTypesLabels = {
[WorkTypes.movingImage]: $localize`:@@works.movingImage:Moving image or video`,
[WorkTypes.musicalComposition]: $localize`:@@works.musicalComposition:Musical composition`,
[WorkTypes.sound]: $localize`:@@works.sound:Sound`,
[WorkTypes.transcriptions]: $localize`:@@works.transcriptions:Transcription`,
[WorkTypes.transcription]: $localize`:@@works.transcription:Transcription`,
}

export enum WorksTitleName {
Expand Down
2 changes: 1 addition & 1 deletion src/locale/properties/works/works.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ works.image=Image
works.movingImage=Moving image or video
works.musicalComposition=Musical composition
works.sound=Sound
works.transcriptions=Transcription
works.transcription=Transcription
works.dissemination=Dissemination
works.academicPublication=Academic publications
works.reviewAndEditing=Review and editing
Expand Down
2 changes: 1 addition & 1 deletion src/locale/properties/works/works.lr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ works.learningObject=LR
works.movingImage=LR
works.musicalComposition=LR
works.sound=LR
works.transcriptions=LR
works.transcription=LR
works.dissemination=LR
works.academicPublication=LR
works.reviewAndEditing=LR
Expand Down
2 changes: 1 addition & 1 deletion src/locale/properties/works/works.rl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ works.learningObject=RL
works.movingImage=RL
works.musicalComposition=RL
works.sound=RL
works.transcriptions=RL
works.transcription=RL
works.dissemination=RL
works.academicPublication=RL
works.reviewAndEditing=RL
Expand Down
2 changes: 1 addition & 1 deletion src/locale/properties/works/works.xx.properties
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ works.learningObject=X
works.movingImage=X
works.musicalComposition=X
works.sound=X
works.transcriptions=X
works.transcription=X
works.dissemination=X
works.academicPublication=X
works.reviewAndEditing=X
Expand Down

0 comments on commit e8534f0

Please sign in to comment.