@@ -121,11 +121,11 @@ export const VALIDATION_DOCUMENTATION_URL: { [key: string]: string } = {
121121
122122
123123export const auditLogsConstants = {
124- executeTestMigration : 'Try executing Test Migration ' ,
125- selectModuleMessage : 'Select Module to See the Logs ' ,
126- queryChangeMessage : 'Try Changing the Search Query to find what you are looking for' ,
127- noResult : 'No Matching Result Found ' ,
128- noLogs : 'No Logs Found ' ,
124+ executeTestMigration : 'Try executing the migration ' ,
125+ selectModuleMessage : 'Select a module to see the logs ' ,
126+ queryChangeMessage : 'Try changing the search query to find what you are looking for. ' ,
127+ noResult : 'No matching result found ' ,
128+ noLogs : 'No logs ' ,
129129 filterIcon : {
130130 filterOn : 'filterWithAppliedIcon Icon--v2 Icon--medium' ,
131131 filterOff : 'filterWithAppliedIcon Icon--v2 Icon--medium Icon--disabled'
@@ -144,7 +144,10 @@ export const auditLogsConstants = {
144144 filterModal : {
145145 noFilterAvailable : 'No Filters Available' ,
146146 clearAll : 'Clear All' ,
147- apply : 'Apply'
147+ apply : 'Apply' ,
148+ displayType : 'Display Type' ,
149+ selectFieldType : 'Select Field Data Type' ,
150+ entries : 'Entries' ,
148151 }
149152} ;
150153
@@ -166,12 +169,12 @@ export const EXECUTION_LOGS_UI_TEXT = {
166169 SEARCH_PLACEHOLDER : 'Search Execution Logs' ,
167170 SELECT_PLACEHOLDER : 'Select a stack' ,
168171 EMPTY_STATE_DESCRIPTION : {
169- NO_RESULT : 'Try Changing the Search Query to find what you are looking for' ,
170- NO_LOGS : 'Try executing Test Migration '
172+ NO_RESULT : 'Try changing the search query to find what you are looking for. ' ,
173+ NO_LOGS : 'Try executing the migration '
171174 } ,
172175 EMPTY_STATE_HEADING : {
173- NO_LOGS : 'No Logs Found ' ,
174- NO_MATCH : 'No Matching Result Found '
176+ NO_LOGS : 'No logs ' ,
177+ NO_MATCH : 'No matching result found '
175178 } ,
176179 EMPTY_STATE_ICON : {
177180 NO_LOGS : 'NoDataEmptyState' ,
0 commit comments