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({
|
const previewEnabledRow = new Row({
|
||||||
checkboxField: new CheckboxField({text: 'Notifications.MessagePreview', checked: true}),
|
checkboxField: new CheckboxField({text: 'MessagePreview', checked: true}),
|
||||||
subtitleLangKey: 'Loading',
|
subtitleLangKey: 'Loading',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ const lang = {
|
|||||||
"NearbyCreateGroup":"Create a Local group",
|
"NearbyCreateGroup":"Create a Local group",
|
||||||
"GrantPermissions":"Grant me permissions",
|
"GrantPermissions":"Grant me permissions",
|
||||||
"AwayTo":"%1$s away",
|
"AwayTo":"%1$s away",
|
||||||
|
"MessagePreview":"Message Preview",
|
||||||
"KMetersAway2":"%1$s km away",
|
"KMetersAway2":"%1$s km away",
|
||||||
"MetersAway2":"%1$s m away",
|
"MetersAway2":"%1$s m away",
|
||||||
"MilesAway":"%1$s mi away",
|
"MilesAway":"%1$s mi away",
|
||||||
@ -91,7 +92,6 @@ const lang = {
|
|||||||
"ChatBackground.UploadWallpaper": "Upload Wallpaper",
|
"ChatBackground.UploadWallpaper": "Upload Wallpaper",
|
||||||
"ChatBackground.Blur": "Blur Wallpaper Image",
|
"ChatBackground.Blur": "Blur Wallpaper Image",
|
||||||
"Notifications.Sound": "Notification Sound",
|
"Notifications.Sound": "Notification Sound",
|
||||||
"Notifications.MessagePreview": "Message preview",
|
|
||||||
"NewPrivateChat": "New Private Chat",
|
"NewPrivateChat": "New Private Chat",
|
||||||
"NewPoll.OptionLabel": "Option %d",
|
"NewPoll.OptionLabel": "Option %d",
|
||||||
"Message.Context.Selection.Copy": "Copy selected",
|
"Message.Context.Selection.Copy": "Copy selected",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user