Problem/Motivation

TBS has pointed out that some sites using DrupalWxt are non-compliant because the footer menu says "Indigenous peoples" when it should be "Indigenous Peoples".

Steps to reproduce

1. Install DrupalWxt
2. Migrate in footer menu
3. View that "peoples" is not uppercase

Proposed resolution

Change migration to "Peoples"

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#6 3612333-uppercase.png110.54 KBdanrod

Issue fork wxt-3612333

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

joel_osc created an issue. See original summary.

joel_osc’s picture

Status: Active » Needs review
joseph.olstad’s picture

Hi @joel_osc, just looking at the merge request from a lay perspective. there's a new file that looks like a yml file being added . The filename is unusual in that it's one digit with no extension.

modules/custom/wxt_ext/wxt_ext_migration/config/install/1

would say:

modules/custom/wxt_ext/wxt_ext_migration/config/install/migrate_plus.migration.gcweb_block.yml

make more sense?

It appears that the file 1 is actually migrate_plus.migration.gcweb_block.yml

joel_osc’s picture

Shoot, thought I fixed that. Thx!

danrod’s picture

StatusFileSize
new110.54 KB

I applied the MR above and I can see that "peoples" is uppercased now, screenshot:

Footer link "Indigenous People" is uppercased now

joseph.olstad’s picture

Status: Needs review » Reviewed & tested by the community