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

[OF#4319] Update tooltip in the file upload component's title field #199

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 5 additions & 5 deletions i18n/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
"description": "Component edit form tab title for 'Validation' tab",
"originalDefault": "Validation"
},
"2mgmOj": {
"defaultMessage": "The title for the document that is related to the case.",
"description": "Tooltip for 'registration.titel' builder field",
"originalDefault": "The title for the document that is related to the case."
},
"2sbkGI": {
"defaultMessage": "When enabled, the street name and city are derived from the entered postcode and house number.",
"description": "Tooltip for 'DeriveAddress' builder field",
Expand Down Expand Up @@ -944,11 +949,6 @@
"description": "Label for 'prefill.plugin' builder field",
"originalDefault": "Plugin"
},
"ctoEdl": {
"defaultMessage": "The name under which the INFORMATIEOBJECT is formally known.",
"description": "Tooltip for 'registration.titel' builder field",
"originalDefault": "The name under which the INFORMATIEOBJECT is formally known."
},
"czUDSQ": {
"defaultMessage": "A short indicator that can provide more context for the expected field value. The '<sup> and <sub>' HTML tags are supported.",
"description": "Tooltip for 'suffix' builder field",
Expand Down
10 changes: 5 additions & 5 deletions i18n/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
"description": "Component edit form tab title for 'Validation' tab",
"originalDefault": "Validation"
},
"2mgmOj": {
"defaultMessage": "De titel voor het zaak document.",
"description": "Tooltip for 'registration.titel' builder field",
"originalDefault": "The title for the document that is related to the case."
},
"2sbkGI": {
"defaultMessage": "Indien aangevinkt, dan worden de straatnaam en stad afgeleid op basis van de ingevoerde postcode en huisnummer.",
"description": "Tooltip for 'DeriveAddress' builder field",
Expand Down Expand Up @@ -956,11 +961,6 @@
"isTranslated": true,
"originalDefault": "Plugin"
},
"ctoEdl": {
"defaultMessage": "Titel voor het document in de Documenten API.",
"description": "Tooltip for 'registration.titel' builder field",
"originalDefault": "The name under which the INFORMATIEOBJECT is formally known."
},
"czUDSQ": {
"defaultMessage": "Een korte beschrijvende indicatie die meer context beschrijft voor de verwachtte waarde. Je kan hier de '<sup> en <sub>' HTML tags gebruiken.",
"description": "Tooltip for 'suffix' builder field",
Expand Down
2 changes: 1 addition & 1 deletion src/registry/file/registration-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const Title = () => {
const intl = useIntl();
const tooltip = intl.formatMessage({
description: "Tooltip for 'registration.titel' builder field",
defaultMessage: 'The name under which the INFORMATIEOBJECT is formally known.',
defaultMessage: 'The title for the document that is related to the case.',
});

return (
Expand Down
Loading