diff options
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index f5f2fbf6..de4b7f97 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -97,8 +97,8 @@ export interface Locale { limitPanelAreaToScreenHeight: LocaleValue; interfaceLanguage: LocaleValue; aniListNotificationsHint?: LocaleValue; - aniListNotificationsHint1?: LocaleValue; - aniListNotificationsHint2?: LocaleValue; + aniListNotificationsHint1?: LocaleValue; + aniListNotificationsHint2?: LocaleValue; }; }; dataSaver: LocaleValue; |