From 6d3f4f379ea7ba03d56c65d3b0bcad0c8cd8f0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 20 Aug 2024 15:43:17 +0200 Subject: [PATCH] chore: remove extra space --- assets/components/search/rdapStatusCodeDetailTranslation.ts | 2 +- translations/translations.pot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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