Page MenuHomePhabricator

{PULA} Replace all UI occurrences of “AGPB” with “PULA”
Closed, ResolvedPublic

Description

Domain:
Frontend / UI

Difficulty:
Beginner

Problem / steps to reproduce (for bugs)

  • The app was renamed from AGPB to PULA, but several UI elements still display the old name.
  • Users may see “AGPB” in page titles, headers, tabs, buttons, tooltips, forms, modals, etc.
  • API calls, internal variable names, and backend logic should not be modified.

Expected outcome / task:

  • Update all user-facing text from “AGPB” → “PULA” across the entire frontend.
  • UI elements include (but are not limited to):
    • Navbar titles
    • Page titles
    • Tab labels
    • Form labels and placeholders
    • Tooltips and modals
    • Error or empty state messages
    • Footer text
  • Do not change:
    • API endpoints or calls
    • Backend logic or database references
    • Internal variable names that relate to backend

Any links or references:

Setup Steps (short):

  1. Run the project locally (yarn install && yarn dev).
  2. Search the codebase for any UI occurrences of "AGPB" and replace them with "PULA".
  3. Test the application to ensure all UI references are updated and the app functions correctly.
  4. Verify that APIs and backend functionality remain unaffected.

Event Timeline

Thank you for tagging this task with good first task for Wikimedia newcomers!

Newcomers often may not be aware of things that may seem obvious to seasoned contributors, so please take a moment to reflect on how this task might look to somebody who has never contributed to Wikimedia projects.

A good first task is a self-contained, non-controversial task with a clear approach. It should be well-described with pointers to help a completely new contributor, for example it should clearly point to the codebase URL and provide clear steps to help a contributor get set up for success. We've included some guidelines at https://phabricator.wikimedia.org/tag/good_first_task/ !

Thank you for helping us drive new contributions to our projects <3

Removing good first task as we have no clue which codebase this is about; please see the tag description.

3ch310n renamed this task from Replace all UI occurrences of “AGPB” with “PULA” to {PULA} Replace all UI occurrences of “AGPB” with “PULA”.Dec 12 2025, 7:06 PM
Kinenkey moved this task from Incoming features to Pending on the Pula board.
Kinenkey moved this task from Pending to Review on the Pula board.
Udehb moved this task from Hacking projects to Completed on the WMA-HackChallenge-2025 board.