Page MenuHomePhabricator

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

Description

Domain:
Mobile / UI

Difficulty:
Beginner

Problem / steps to reproduce (for bugs)

  • The mobile app still displays the old brand name AGPB in several UI elements (headers, buttons, tabs, tooltips, modals, etc.).
  • Users may see inconsistent branding due to leftover AGPB text.
  • API calls, backend logic, and variable names must not be changed.

Expected outcome / task:

  • Update all user-facing text from “AGPB” → “PULA” across the entire mobile frontend.
  • UI elements include (but are not limited to):
    • Navbar titles
    • Page titles
    • Tab labels
    • Buttons and form labels
    • 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 used in code

Any links or references:

Setup Steps (short):

  1. Run the mobile app locally (yarn install && yarn start or equivalent).
  2. Search the codebase for any UI occurrences of "AGPB" and replace them with "PULA".
  3. Test the app to ensure all text is updated correctly and layout/styling is intact.
  4. Verify that APIs, backend logic, and 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 [Mobile] Replace all UI occurrences of “AGPB” with “PULA” to {PULA} [Mobile] Replace all UI occurrences of “AGPB” with “PULA”.Dec 12 2025, 7:05 PM
Kinenkey subscribed.

Hello 3ch310n ,
I would like to work on this task

Kinenkey moved this task from Incoming features to In progress on the Pula board.
Kinenkey moved this task from In progress to Review on the Pula board.
3ch310n moved this task from Review to Complete (deployed) on the Pula board.
Udehb moved this task from Hacking projects to Completed on the WMA-HackChallenge-2025 board.