This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ export const DataView = injector(
169
169
} else if ( store . SDK . type === 'DE' && ( total === 0 || data . length === 0 || ! hasData ) ) {
170
170
return (
171
171
< Block name = "syncInProgress" >
172
- < Elem name = 'title' tag = "h3" > Hang tight! Items are syncing in the background</ Elem >
173
- < Elem name = 'text' > Press the button below to see any synced items </ Elem >
172
+ < Elem name = 'title' tag = "h3" > Hang tight! Records are syncing in the background</ Elem >
173
+ < Elem name = 'text' > Press the button below to see any synced records </ Elem >
174
174
< Button onClick = { async ( ) => {
175
175
await store . fetchProject ( { force : true , interaction : 'refresh' } ) ;
176
176
await store . currentView ?. reload ( ) ;
Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ export const DataView = injector(
166
166
} else if ( store . SDK . type === 'DE' && ( total === 0 || data . length === 0 || ! hasData ) ) {
167
167
return (
168
168
< Block name = "syncInProgress" >
169
- < Elem name = 'title' tag = "h3" > Hang tight! Items are syncing in the background</ Elem >
170
- < Elem name = 'text' > Press the button below to see any synced items </ Elem >
169
+ < Elem name = 'title' tag = "h3" > Hang tight! Records are syncing in the background</ Elem >
170
+ < Elem name = 'text' > Press the button below to see any synced records </ Elem >
171
171
< Button onClick = { async ( ) => {
172
172
await store . fetchProject ( { force : true , interaction : 'refresh' } ) ;
173
173
await store . currentView ?. reload ( ) ;
You can’t perform that action at this time.
0 commit comments