chore: remove extra space

This commit is contained in:
Maël Gangloff
2024-08-20 15:45:05 +02:00
parent a042da518a
commit 1f4a41000d
2 changed files with 4 additions and 4 deletions

View File

@@ -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.`,