Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

[Bug] String interpolation broken in multiple places #772

Open aliciajbrookshire opened 1 year ago

aliciajbrookshire commented 1 year ago

Describe the bug

String interpolation is broken in multiple places

Expected behavior

Placeholders would be replaced with corresponding values in string

To Reproduce

Steps to reproduce the behavior:

Farm delete message

  1. Go to https://boilerplate-client-react.shift3sandbox.com/
  2. Login as admin
  3. Click Directory
  4. Click Delete next to any farm
  5. Confirm string interpolation is broken in Delete farm messaging

Email address change confirmation

  1. Click user profile in nav bar
  2. Click Account Settings
  3. Click User Profile
  4. Click Change my email address
  5. Enter a new email address and click Change my email address
  6. Confirm string interpolation is broken in change email address change confirmation

Screenshots

change_email_text text_delete

Desktop (please complete the following information):

Asus Laptop Windows 10 Chrome 113..0.5672.127

Additional context

n/a