diff --git a/nodes/config/ui_base.html b/nodes/config/ui_base.html index 24902a1e5..04bddc86f 100644 --- a/nodes/config/ui_base.html +++ b/nodes/config/ui_base.html @@ -765,7 +765,7 @@ const tabicon = 'fa-paint-brush' $('', { class: 'nrdb2-sb-icon nrdb2-sb-tab-icon fa ' + tabicon }).appendTo(titleRow) $('', { class: 'nrdb2-sb-title' }).text(theme.name || theme.id).appendTo(titleRow) - $('', { class: 'nrdb2-sb-info' }).text(theme.users.length).appendTo(titleRow) + $('', { class: 'nrdb2-sb-info' }).text(theme.users.length + ' Page' + (theme.users.length > 1 ? 's' : '')).appendTo(titleRow) const palette = $('', { class: 'nrdb2-sb-palette' }).appendTo(titleRow) const colors = theme.colors