diff options
| author | piuvas <mail@piuvas.net> | 2025-05-26 23:57:57 -0300 |
|---|---|---|
| committer | piuvas <mail@piuvas.net> | 2025-05-26 23:57:57 -0300 |
| commit | 2ce8b45a7f91ae93e211aa097d8c0f659f9957e2 (patch) | |
| tree | 9847ed689523376c2cc83b4a8712697f96b5cb7d /locales | |
| parent | small fixes. (diff) | |
| download | sharkey-2ce8b45a7f91ae93e211aa097d8c0f659f9957e2.tar.gz sharkey-2ce8b45a7f91ae93e211aa097d8c0f659f9957e2.tar.bz2 sharkey-2ce8b45a7f91ae93e211aa097d8c0f659f9957e2.zip | |
improve settings.
Diffstat (limited to 'locales')
| -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; |