diff options
| author | piuvas <mail@piuvas.net> | 2025-05-27 13:25:06 -0300 |
|---|---|---|
| committer | piuvas <mail@piuvas.net> | 2025-05-27 13:25:06 -0300 |
| commit | 5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a (patch) | |
| tree | 67606539def90e70a758e56272b16493b0d1c84c /locales | |
| parent | fix generated migration. (diff) | |
| download | sharkey-5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a.tar.gz sharkey-5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a.tar.bz2 sharkey-5545ddf9ddefa5620c58ea34b2e6fdf18fdac30a.zip | |
requested changes.
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 1070318fa2..f809613e7a 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13138,9 +13138,9 @@ export interface Locale extends ILocale { */ "attributionDomainsDescription": string; /** - * Written by + * Written by {user} */ - "writtenBy": string; + "writtenBy": ParameterizedString<"user">; } declare const locales: { [lang: string]: Locale; |