Skip to content

Commit

Permalink
global: Fixes strings marked for translation.
Browse files Browse the repository at this point in the history
- Introduces consistency
  - use plural instead of '(s)'

Refs: #1707
  • Loading branch information
chriz-uniba authored and kpsherva committed Jun 23, 2022
1 parent dd0ba23 commit bebc1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export class RDMDepositForm extends Component {
>
<IdentifiersField
fieldPath="metadata.identifiers"
label={i18next.t("Alternate identifier(s)")}
label={i18next.t("Alternate identifiers")}
labelIcon="barcode"
schemeOptions={this.vocabularies.metadata.identifiers.scheme}
/>
Expand Down

0 comments on commit bebc1d8

Please sign in to comment.