diff --git a/assets/components/search/rdapStatusCodeDetailTranslation.ts b/assets/components/search/rdapStatusCodeDetailTranslation.ts index 271d162..0380e38 100644 --- a/assets/components/search/rdapStatusCodeDetailTranslation.ts +++ b/assets/components/search/rdapStatusCodeDetailTranslation.ts @@ -4,7 +4,7 @@ import {t} from "ttag"; * @see https://www.iana.org/assignments/rdap-json-values/rdap-json-values.xhtml */ export const rdapStatusCodeDetailTranslation = () => ({ - validated: t`Signifies that the data of the object instance has been found to be accurate. `, + validated: t`Signifies that the data of the object instance has been found to be accurate.`, 'renew prohibited': t`Renewal or reregistration of the object instance is forbidden.`, 'update prohibited': t`Updates to the object instance are forbidden.`, 'transfer prohibited': t`Transfers of the registration from one registrar to another are forbidden. `, diff --git a/translations/translations.pot b/translations/translations.pot index 8146949..3c30f40 100644 --- a/translations/translations.pot +++ b/translations/translations.pot @@ -153,7 +153,7 @@ msgstr "" #: assets/components/search/rdapStatusCodeDetailTranslation.ts:7 msgid "" "Signifies that the data of the object instance has been found to be " -"accurate. " +"accurate." msgstr "" #: assets/components/search/rdapStatusCodeDetailTranslation.ts:8