@@ -117,40 +117,10 @@ const messages = defineMessages({
117117 defaultMessage : 'View all permissions' ,
118118 description : 'Text for the link to view all permissions in the user table' ,
119119 } ,
120- 'authz.table.footer.items.showing.text' : {
121- id : 'authz.table.footer.items.showing.text' ,
122- defaultMessage : 'Showing {pageSize} of {itemCount} users.' ,
123- description : 'Message displayed when the user reaches the applied filters limit' ,
124- } ,
125- 'authz.table.controlbar.clearFilters' : {
126- id : 'authz.table.controlbar.clearFilters' ,
127- defaultMessage : 'Clear filters' ,
128- description : 'Button to clear all active filters in the table' ,
129- } ,
130- 'authz.table.controlbar.search' : {
131- id : 'authz.table.controlbar.search' ,
132- defaultMessage : 'Search' ,
133- description : 'Search placeholder for two specific fields' ,
134- } ,
135- 'authz.table.controlbar.search.by.fields' : {
136- id : 'authz.table.controlbar.search.by.fields' ,
137- defaultMessage : 'Search by {firstField} or {secondField}' ,
138- description : 'Search placeholder for two specific fields' ,
139- } ,
140- 'authz.table.controlbar.filterby.label' : {
141- id : 'authz.table.controlbar.filterby.label' ,
142- defaultMessage : 'Filtered by: ' ,
143- description : 'Label for active filters in the table' ,
144- } ,
145- 'authz.table.controlbar.filters.limit.reached' : {
146- id : 'authz.table.controlbar.filters.limit.reached' ,
147- defaultMessage : '10 filter limit reached. Remove one of the applied filters so you can select another one.' ,
148- description : 'Message displayed when the user reaches the applied filters limit' ,
149- } ,
150- 'authz.table.controlbar.filters.items.showing' : {
151- id : 'authz.table.controlbar.filters.items.showing' ,
152- defaultMessage : 'Showing {current} of {total}.' ,
153- description : 'Message displayed when the user reaches the applied filters limit' ,
120+ 'authz.table.footer.pagination.label' : {
121+ id : 'authz.table.footer.pagination.label' ,
122+ defaultMessage : 'Table pagination' ,
123+ description : 'Label for the table pagination controls' ,
154124 } ,
155125} ) ;
156126
0 commit comments