Skip to content

Commit

Permalink
Default unused translation string to empty string (#37 #451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Apr 13, 2023
1 parent efb6585 commit 0c84850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/source-metadata/source-metadata-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class SourceMetadataView extends CompositeView {
required: true,
label: i18next.t("label.publication-date", "Publication date"),
additionalHelpText: `
${i18next.t("upload.publication-date-help.begin")}<a
${i18next.t("upload.publication-date-help.begin", "")}<a
href="https://en.wikipedia.org/wiki/ISO_8601"
target="_blank"
>${i18next.t(
Expand Down

0 comments on commit 0c84850

Please sign in to comment.