Forum Discussion

Natkinson's avatar
Natkinson
Genius
5 months ago
Solved

Does anyone know how to change the display title of Custom Fields in Aurora?

So I've figured out custom fields in Aurora using the new GraphQL API and I have a few test options in our stage instance, but I'm wondering if there's a way to change what displays in the UI. I've r...
  • MattV's avatar
    5 months ago

    Add this to res/texts/text.en.json in your GitHub repo

    "users.block.personalSettingsTab": {
      "PersonalSettingForm.custom.FIELD_NAME.label": "Test text key"
    }