🌐(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}
|
||||
onSortModelChange={setSortModel}
|
||||
sortModel={sortModel}
|
||||
emptyPlaceholderLabel={t("You don't have any document yet.")}
|
||||
/>
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user