From 1f4a41000d68536387fd18a9b6fc5aee837b01bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 20 Aug 2024 15:45:05 +0200 Subject: [PATCH] chore: remove extra space --- assets/components/search/rdapStatusCodeDetailTranslation.ts | 4 ++-- translations/translations.pot | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/components/search/rdapStatusCodeDetailTranslation.ts b/assets/components/search/rdapStatusCodeDetailTranslation.ts index 0380e38..1339d1e 100644 --- a/assets/components/search/rdapStatusCodeDetailTranslation.ts +++ b/assets/components/search/rdapStatusCodeDetailTranslation.ts @@ -7,8 +7,8 @@ export const rdapStatusCodeDetailTranslation = () => ({ 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. `, - 'delete prohibited': t`Deletion of the registration of the object instance is forbidden. `, + 'transfer prohibited': t`Transfers of the registration from one registrar to another are forbidden.`, + 'delete prohibited': t`Deletion of the registration of the object instance is forbidden.`, 'proxy': t`The registration of the object instance has been performed by a third party. This is most commonly applied to entities.`, 'private': t`The information of the object instance is not designated for public consumption. This is most commonly applied to entities.`, 'removed': t`Some of the information of the object instance has not been made available and has been removed. This is most commonly applied to entities.`, diff --git a/translations/translations.pot b/translations/translations.pot index 3c30f40..b565805 100644 --- a/translations/translations.pot +++ b/translations/translations.pot @@ -165,11 +165,11 @@ msgid "Updates to the object instance are forbidden." msgstr "" #: assets/components/search/rdapStatusCodeDetailTranslation.ts:10 -msgid "Transfers of the registration from one registrar to another are forbidden. " +msgid "Transfers of the registration from one registrar to another are forbidden." msgstr "" #: assets/components/search/rdapStatusCodeDetailTranslation.ts:11 -msgid "Deletion of the registration of the object instance is forbidden. " +msgid "Deletion of the registration of the object instance is forbidden." msgstr "" #: assets/components/search/rdapStatusCodeDetailTranslation.ts:12