Revert comment

This commit is contained in:
Cohee
2025-05-04 14:05:44 +03:00
parent bf9ef8fa0f
commit 4e0685f998

View File

@@ -17,7 +17,8 @@ import { groups, selected_group } from './group-chats.js';
import { getCurrentLocale, t } from './i18n.js'; import { getCurrentLocale, t } from './i18n.js';
/** /**
* Function returning pagination status string template. * Pagination status string template.
* @type {string}
*/ */
export const PAGINATION_TEMPLATE = '<%= rangeStart %>-<%= rangeEnd %> .. <%= totalNumber %>'; export const PAGINATION_TEMPLATE = '<%= rangeStart %>-<%= rangeEnd %> .. <%= totalNumber %>';