Skip to content

Commit

Permalink
Change collectives Yearly salary to salary
Browse files Browse the repository at this point in the history
  • Loading branch information
wliyongfeng committed Mar 20, 2024
1 parent 3786093 commit 99c8189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function useFellowshipSalaryCycleYearlySalaryColumn() {
const { decimals, symbol } = useSalaryAsset();

return {
name: "Yearly Salary",
name: "Salary",
width: 160,
cellRender(data) {
return (
Expand Down

0 comments on commit 99c8189

Please sign in to comment.