diff --git a/locales/index.d.ts b/locales/index.d.ts index ee99a9513d..25662afe6a 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -11662,9 +11662,13 @@ export interface Locale extends ILocale { */ "flash": string; /** - * Files removed: + * Files removed */ "filesRemoved": string; + /** + * File imported + */ + "fileImported": string; /** * Failed to load no */ diff --git a/packages/frontend/src/pages/admin/modlog.ModLog.vue b/packages/frontend/src/pages/admin/modlog.ModLog.vue index a4731af47b..1d60403f07 100644 --- a/packages/frontend/src/pages/admin/modlog.ModLog.vue +++ b/packages/frontend/src/pages/admin/modlog.ModLog.vue @@ -121,9 +121,11 @@ SPDX-License-Identifier: AGPL-3.0-only : @{{ log.info.userUsername }}{{ log.info.userHost ? '@' + log.info.userHost : '' }} : @{{ log.info.userUsername }}{{ log.info.userHost ? '@' + log.info.userHost : '' }} : @{{ log.info.userUsername }} + : {{ log.info.count }} : {{ log.info.fileName }} : {{ log.info.host }} : {{ log.info.host }} + : @{{ log.info.noteUserUsername }}{{ log.info.noteUserHost ? '@' + log.info.noteUserHost : '' }} : {{ log.info.inbox }} : {{ log.info.inbox }} @@ -253,6 +255,9 @@ SPDX-License-Identifier: AGPL-3.0-only +