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';
17import { getCurrentLocale, t } from './i18n.js';17import { getCurrentLocale, t } from './i18n.js';
1818
19/**19/**
20 * Function returning pagination status string template.20 * Pagination status string template.
21 * @type {string}
21 */22 */
22export const PAGINATION_TEMPLATE = '<%= rangeStart %>-<%= rangeEnd %> .. <%= totalNumber %>';23export const PAGINATION_TEMPLATE = '<%= rangeStart %>-<%= rangeEnd %> .. <%= totalNumber %>';
2324