diff --git a/.changeset/great-spies-behave.md b/.changeset/great-spies-behave.md new file mode 100644 index 0000000..3ceb519 --- /dev/null +++ b/.changeset/great-spies-behave.md @@ -0,0 +1,5 @@ +--- +'gov4git-desktop-app': patch +--- + +Update pull requests labels diff --git a/src/renderer/src/App/Router.tsx b/src/renderer/src/App/Router.tsx index a2d17bc..221cd15 100644 --- a/src/renderer/src/App/Router.tsx +++ b/src/renderer/src/App/Router.tsx @@ -42,7 +42,7 @@ export const routes = { }, pullRequests: { path: '/changes', - name: 'Request for Changes', + name: 'Approval', siteNav: true, forAdmin: false, iconClass: 'codicon-request-changes', diff --git a/src/renderer/src/pages/polls/Polls.tsx b/src/renderer/src/pages/polls/Polls.tsx index cff3ff7..8679bdc 100644 --- a/src/renderer/src/pages/polls/Polls.tsx +++ b/src/renderer/src/pages/polls/Polls.tsx @@ -22,7 +22,7 @@ export const PollsPage: FC = function PollsPage({ state }) { switch (state) { case 'PULL_REQUESTS': setMotionsType('proposal') - setTitle('Prioritize Pull Requests') + setTitle('Decide on Pull Requests') break default: setMotionsType('concern') diff --git a/src/renderer/src/pages/polls/motions/Motions.tsx b/src/renderer/src/pages/polls/motions/Motions.tsx index cc3da05..7852675 100644 --- a/src/renderer/src/pages/polls/motions/Motions.tsx +++ b/src/renderer/src/pages/polls/motions/Motions.tsx @@ -99,7 +99,7 @@ export const Motions: FC = function Motions({ {motionType === 'concern' ? 'Prioritize Issues' - : 'Prioritize Pull Requests'} + : 'Decide on Pull Requests'} @@ -112,7 +112,7 @@ export const Motions: FC = function Motions({ changePage(routes.pullRequests.path)} > - Prioritize Pull Requests + Decide on Pull Requests