diff --git a/src/public/app/widgets/attribute_widgets/attribute_detail.js b/src/public/app/widgets/attribute_widgets/attribute_detail.js
index c807c8876..f802f03ff 100644
--- a/src/public/app/widgets/attribute_widgets/attribute_detail.js
+++ b/src/public/app/widgets/attribute_widgets/attribute_detail.js
@@ -236,7 +236,8 @@ const ATTR_HELP = {
See wiki with details, API docs for parentNote and now for details.`,
"template": "This note will appear in the selection of available template when creating new note",
"toc": "#toc
or #toc=show
will force the Table of Contents to be shown, #toc=hide
will force hiding it. If the label doesn't exist, the global setting is observed",
- "color": "defines color of the note in note tree, links etc. Use any valid CSS color value like 'red' or #a13d5f"
+ "color": "defines color of the note in note tree, links etc. Use any valid CSS color value like 'red' or #a13d5f",
+ "keyboardShortcut": "Defines a keyboard shortcut which will immediately jump to this note. Example: 'ctrl+alt+e'. Requires frontend reload for the change to take effect."
},
"relation": {
"runOnNoteCreation": "executes when note is created on backend",
diff --git a/src/public/app/widgets/floating_buttons/zpetne_odkazy.js b/src/public/app/widgets/floating_buttons/zpetne_odkazy.js
index 04c6b54e5..8761f20fb 100644
--- a/src/public/app/widgets/floating_buttons/zpetne_odkazy.js
+++ b/src/public/app/widgets/floating_buttons/zpetne_odkazy.js
@@ -93,7 +93,7 @@ export default class BacklinksWidget extends NoteContextAwareWidget {
return;
}
- this.$ticker.toggle(true);
+ this.toggle(true);
this.$count.text(
`${resp.count} backlink`
+ (resp.count === 1 ? '' : 's')