Skip to content

Commit

Permalink
Merge pull request #537 from mweidling/525-metadata-panel-confusing-h…
Browse files Browse the repository at this point in the history
…eading-for-language

feat: change language display label
  • Loading branch information
mweidling authored Dec 4, 2024
2 parents ccf6e6d + 606d148 commit bd8947f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
license: 'Licensed under GNU Affero General Public License v3.0',
source_code: 'Source Code',
label: 'Label',
language: 'Language',
language: 'Language (ISO 639-3)',
Letter: 'Letter',
License: 'License',
Location: 'Current location',
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/e2e/metadata.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('Metadata', () => {
.find(selectors.item)
.find(selectors.title)
.eq(1)
.should('contain', 'Language')
.should('contain', 'Language (ISO 639-3)')
.next()
.should('contain', 'ara,eng');

Expand Down

0 comments on commit bd8947f

Please sign in to comment.