refactor: improve board manage page (#323)

* refactor: improve board manage page

* chore: address pull request feedback
This commit is contained in:
Meier Lukas
2024-04-13 12:42:03 +02:00
committed by GitHub
parent 6b1879cbb1
commit 9ed298d641
10 changed files with 200 additions and 60 deletions

View File

@@ -57,5 +57,5 @@ export const AddBoardModal = createModal<InnerProps>(
);
},
).withOptions({
defaultTitle: (t) => t("management.page.board.button.create"),
defaultTitle: (t) => t("management.page.board.action.new.label"),
});