Skip to content

Commit f0a1479

Browse files
committed
Fix i18n type typo.
1 parent 06b742c commit f0a1479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app-slim/translations.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ interface TalkyardTranslations {
622622
DismNotfs: string;
623623
ViewProfile: string;
624624
ViewGroups: string;
625-
ViewUsers: string;
625+
ViewUsers?: string; // MISSING
626626
LogOut: string;
627627
UnhideHelp: string;
628628
},

0 commit comments

Comments
 (0)