Apply suggestions
This commit is contained in:
@@ -95,3 +95,4 @@ export function getLocale() {
|
||||
return enUS;
|
||||
}
|
||||
}
|
||||
export const localeWithSuffix = { addSuffix: true, locale: getLocale() };
|
||||
|
||||
@@ -83,7 +83,7 @@ define(["userSettings"], function (userSettings) {
|
||||
|
||||
if (html += '<div class="listPaging">', showControls) {
|
||||
html += '<span style="vertical-align:middle;">';
|
||||
html += Globalize.translate("ListPaging", (totalRecordCount ? startIndex + 1 : 0) + "-" + recordsEnd, totalRecordCount);
|
||||
html += Globalize.translate("ListPaging", (totalRecordCount ? startIndex + 1 : 0), recordsEnd, totalRecordCount);
|
||||
html += "</span>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user