diff --git a/locales/index.d.ts b/locales/index.d.ts index 9f348cdd87..17bfcce8e9 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12868,6 +12868,10 @@ export interface Locale extends ILocale { * The configuration property 'checkActivityPubGetSignature' has been deprecated and replaced with the new Authorized Fetch setting. Please remove it from your configuration file. */ "authorizedFetchLegacyWarning": string; + /** + * Deleted + */ + "deleted": string; } declare const locales: { [lang: string]: Locale; diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue index ee128e5991..ee56533526 100644 --- a/packages/frontend/src/components/MkPagination.vue +++ b/packages/frontend/src/components/MkPagination.vue @@ -43,11 +43,11 @@ SPDX-License-Identifier: AGPL-3.0-only