Fixes in notifications menu

This commit is contained in:
Global Server 2022-01-03 12:30:05 +01:00
parent 246146ed60
commit a644fa2118
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export default class AppNotificationsTab extends SliderSuperTabEventable {
});
const previewEnabledRow = new Row({
checkboxField: new CheckboxField({text: 'Notifications.MessagePreview', checked: true}),
checkboxField: new CheckboxField({text: 'MessagePreview', checked: true}),
subtitleLangKey: 'Loading',
});

View File

@ -9,6 +9,7 @@ const lang = {
"NearbyCreateGroup":"Create a Local group",
"GrantPermissions":"Grant me permissions",
"AwayTo":"%1$s away",
"MessagePreview":"Message Preview",
"KMetersAway2":"%1$s km away",
"MetersAway2":"%1$s m away",
"MilesAway":"%1$s mi away",
@ -91,7 +92,6 @@ const lang = {
"ChatBackground.UploadWallpaper": "Upload Wallpaper",
"ChatBackground.Blur": "Blur Wallpaper Image",
"Notifications.Sound": "Notification Sound",
"Notifications.MessagePreview": "Message preview",
"NewPrivateChat": "New Private Chat",
"NewPoll.OptionLabel": "Option %d",
"Message.Context.Selection.Copy": "Copy selected",