Revert comment

4e0685f9985542e86896fa94943d0a0eac03b2d6

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Ignore whitespace
public/scripts/utils.js+2 -1
@@ -17,7 +17,8 @@ import { groups, selected_group } from './group-chats.js';
1717import { getCurrentLocale, t } from './i18n.js';
1818
1919/**
2020 * Function returning paginationPagination status string template.
21+ * @type {string}
2122 */
2223export const PAGINATION_TEMPLATE = '<%= rangeStart %>-<%= rangeEnd %> .. <%= totalNumber %>';
2324