Change button text "Add New" in List.js from STATIC to DYNAMIC using translation shared.buttons.add and improve Indonesian translation

This commit is contained in:
Faturachman Yusuf
2021-06-28 15:22:43 +07:00
parent 6754cb1e45
commit 36a9b1302b
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ const List = ({
</div>
<Button outline icon={MdAdd} onClick={handleAdd} className="mt-8 ml-auto">
Add New
{t('shared.buttons.add')}
</Button>
</div>
);