deptofdefense / move.mil

The entry point website to the Defense Personal Property System (DPS).
https://www.move.mil
Other
15 stars 15 forks source link

Singular, not plural, ranks in entitlement data #382

Closed jamesatheyDDS closed 6 years ago

jamesatheyDDS commented 6 years ago

Checklist

I have…

Summary of Changes

This is a very small change to entitlements data. The rank names in the entitlements are used in places where an individual user is asked for their rank - the entitlements page and the PPM estimator page. Therefore, the rank name should be singular, not plural. ("Civilian Employee" was already singular.)

Testing

To verify the changes proposed in this pull request…

  1. clone this repo,
  2. git checkout rank-singular,
  3. set up development dependencies according to CONTRIBUTING.md,
  4. run bin/rails db:setup,
  5. run bin/rails server, and
  6. load up http://localhost:3000 in the Web browser of your choice.
aileendds commented 6 years ago

:shipit: