mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 01:44:53 +10:00
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:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user