diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f125a9fa53..998d5da5d0 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12221,6 +12221,10 @@ export interface Locale extends ILocale { * Applies a content warning to all posts created by this user. If the post already has a CW, then this is appended to the end. */ "mandatoryCWDescription": string; + /** + * Fetch linked note + */ + "fetchLinkedNote": string; "_processErrors": { /** * Unable to process quote. This post may be missing context. |