Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lmendoza/9571 qa unable to access work type dropdown with keyboard #2441

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
9575-qa-fix-typo-work-type-field
  • Loading branch information
leomendoza123 committed Jan 8, 2025
commit 25d15732145c80c6f643fd4ba509cbc5f8f589a3
2 changes: 1 addition & 1 deletion src/app/types/works.endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const WorkCategoriesLabel = {
[WorkCategories.other_output]: $localize`:@@works.other:Other`,
[WorkCategories.dissemination]: $localize`:@@works.dissemination:Dissemination`,
[WorkCategories.creative]: $localize`:@@works.creative:Creative`,
[WorkCategories.dataAndProccesses]: $localize`:@@works.data:Data and processes`,
[WorkCategories.dataAndProccesses]: $localize`:@@works.data:Data and process`,
[WorkCategories.legalAndIp]: $localize`:@@works.legal:Legal and IP`,
[WorkCategories.teachingAndSupervision]: $localize`:@@works.teaching:Teaching and supervision`,
}
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 @@ -258,7 +258,7 @@ works.otherLegal=Other legal or IP output
works.teachingDescription=Working with students
works.otherTeaching=Other teaching or supervision output
works.creative=Creative
works.data=Data and processes
works.data=Data and process
works.legal=Legal and IP
works.teaching=Teaching and supervision
works.blogPost=Blog post
Expand Down
Loading