🌐(frontend) make empty doc grid message translatable
We personalize the empty doc grid message and make it translatable.
This commit is contained in:
@@ -193,6 +193,7 @@ export const DocsGrid = () => {
|
|||||||
pagination={pagination}
|
pagination={pagination}
|
||||||
onSortModelChange={setSortModel}
|
onSortModelChange={setSortModel}
|
||||||
sortModel={sortModel}
|
sortModel={sortModel}
|
||||||
|
emptyPlaceholderLabel={t("You don't have any document yet.")}
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user