Gekidou - fix about screen - wrong i18n key (#6586)

* added schemaVersion and fix wrong i18n id

* i18n extract
This commit is contained in:
Avinash Lingaloo
2022-08-20 16:58:06 +04:00
committed by GitHub
parent d30b97ba99
commit bdd09607c8
3 changed files with 20 additions and 6 deletions

View File

@@ -51,8 +51,8 @@ interface ClientConfig {
EnableConfirmNotificationsToChannel: string;
EnableCustomBrand: string;
EnableCustomEmoji: string;
EnableCustomUserStatuses: string;
EnableCustomTermsOfService: string;
EnableCustomUserStatuses: string;
EnableDeveloper: string;
EnableDiagnostics: string;
EnableEmailBatching: string;
@@ -62,8 +62,8 @@ interface ClientConfig {
EnableGifPicker: string;
EnableGuestAccounts: string;
EnableIncomingWebhooks: string;
EnableLatex: string;
EnableInlineLatex: string;
EnableLatex: string;
EnableLdap: string;
EnableLinkPreviews: string;
EnableMarketplace: string;
@@ -139,8 +139,8 @@ interface ClientConfig {
LdapPositionAttributeSet: string;
LockTeammateNameDisplay: string;
MaxFileSize: string;
MaxPostSize: string;
MaxNotificationsPerChannel: string;
MaxPostSize: string;
MinimumHashtagLength: string;
OpenIdButtonColor: string;
OpenIdButtonText: string;
@@ -165,6 +165,7 @@ interface ClientConfig {
SamlLoginButtonTextColor: string;
SamlNicknameAttributeSet: string;
SamlPositionAttributeSet: string;
SchemaVersion: string;
SendEmailNotifications: string;
SendPushNotifications: string;
ShowEmailAddress: string;