Skip to content

Fix current_license_title namespace translation

Paul Slaughter requested to merge pslaughter-master-patch-ba38 into master

What does this MR do and why?

This MR fixes a small bug where we use _( when we should use s_(. Surprisingly we also had tests for this 😅

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_2024-01-23_at_1.27.48_PM Screenshot_2024-01-23_at_1.28.10_PM

How to set up and validate locally

  1. Remove License in local GDK
  2. Visit /admin/geo/settings

Merge request reports