diff --git a/js/script.js b/js/script.js index 5eb7710..7588bed 100644 --- a/js/script.js +++ b/js/script.js @@ -1231,6 +1231,9 @@ Handlebars.registerHelper('tSB', function(user) { return t('quicknotes', 'Shared by {user}', {user: user}); }); +Handlebars.registerHelper('tNN', function(number) { + return t('quicknotes', 'Note {number}', {number: number}); +}); /* * Create modules diff --git a/js/templates/navigation.handlebars b/js/templates/navigation.handlebars index 6442545..97e4ed5 100644 --- a/js/templates/navigation.handlebars +++ b/js/templates/navigation.handlebars @@ -49,7 +49,11 @@