Fixes in notifications menu
This commit is contained in:
parent
246146ed60
commit
a644fa2118
@ -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',
|
||||
});
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user