diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-24 15:41:07 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-24 15:41:07 +0900 |
| commit | 80d52f65ebea4ec35d1cf4f1a660dc4a6f0789ed (patch) | |
| tree | c25f13ba579045cfe3c91e6ddbbf1988a7d7624f /locales | |
| parent | improve moderation log (diff) | |
| download | sharkey-80d52f65ebea4ec35d1cf4f1a660dc4a6f0789ed.tar.gz sharkey-80d52f65ebea4ec35d1cf4f1a660dc4a6f0789ed.tar.bz2 sharkey-80d52f65ebea4ec35d1cf4f1a660dc4a6f0789ed.zip | |
Update index.d.ts
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 0ca5919dd4..aa63c03856 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2271,6 +2271,8 @@ export interface Locale { "resetPassword": string; "suspendRemoteInstance": string; "unsuspendRemoteInstance": string; + "markSensitiveDriveFile": string; + "unmarkSensitiveDriveFile": string; }; } declare const locales: { |