diff options
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 9b71db33ac..1070318fa2 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13134,14 +13134,10 @@ export interface Locale extends ILocale { */ "attributionDomains": string; /** - * A list of domains whose content can be attributed to you on link previews, separated by new-line. Any subdomain will also be valid. + * A list of domains whose content can be attributed to you on link previews, separated by new-line. Any subdomain will also be valid. The following needs to be on the webpage: */ "attributionDomainsDescription": string; /** - * Webpages with `<meta name="fediverse:creator" content="@{user}@{host}" />` can then be attributed to you. - */ - "attributionDomainsTutorial": ParameterizedString<"user" | "host">; - /** * Written by */ "writtenBy": string; |